Skip to content

Commit 71ffff2

Browse files
committed
More aggressive freeing of disk spac
1 parent 0861f1c commit 71ffff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
df -h
3838
# brings available space from 25G to 32G
3939
# otherwise we sometimes run out of space during the build
40-
sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /opt/ghc /opt/hostedtoolcache/CodeQL
40+
sudo rm -rf /opt/microsoft /opt/google /opt/az /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /opt/ghc /opt/hostedtoolcache/CodeQL /usr/local/share/boost
4141
sudo docker image prune --all --force
4242
sudo docker builder prune -a
4343
df -h

0 commit comments

Comments
 (0)