We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/usr
1 parent 85d8310 commit 57d4fa0Copy full SHA for 57d4fa0
.github/workflows/pre-merge-rust.yml
@@ -52,10 +52,10 @@ jobs:
52
run: |
53
echo "Disk space before:"
54
df -h
55
- rm -rf \
56
- /host_usr/share/dotnet /host_usr/local/lib/android /opt/ghc \
57
- /host_usr/local/share/powershell /host_usr/share/swift /host_usr/local/.ghcup \
58
- /host_usr/lib/jvm /opt/hostedtoolcache
+ sudo rm -rf \
+ /usr/share/dotnet /usr/local/lib/android /opt/ghc \
+ /usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
+ /usr/lib/jvm /opt/hostedtoolcache
59
echo "Disk space after:"
60
61
0 commit comments