Skip to content

Commit 7be22ca

Browse files
committed
More aggressive freeing of disk space [skip ci]
1 parent 71ffff2 commit 7be22ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
# brings available space from 25G to 32G
3939
# otherwise we sometimes run out of space during the build
4040
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
41-
sudo docker image prune --all --force
42-
sudo docker builder prune -a
41+
yes | sudo docker image prune --all --force
42+
yes | sudo docker builder prune -a
4343
df -h
4444
- name: Setup
4545
id: config

0 commit comments

Comments
 (0)