Unverified Commit 57d4fa05 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Use `/usr` dir prefix when freeing disk space (#2514)

parent 85d83108
...@@ -52,10 +52,10 @@ jobs: ...@@ -52,10 +52,10 @@ jobs:
run: | run: |
echo "Disk space before:" echo "Disk space before:"
df -h df -h
rm -rf \ sudo rm -rf \
/host_usr/share/dotnet /host_usr/local/lib/android /opt/ghc \ /usr/share/dotnet /usr/local/lib/android /opt/ghc \
/host_usr/local/share/powershell /host_usr/share/swift /host_usr/local/.ghcup \ /usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/host_usr/lib/jvm /opt/hostedtoolcache /usr/lib/jvm /opt/hostedtoolcache
echo "Disk space after:" echo "Disk space after:"
df -h df -h
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment