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.
1 parent 71ffff2 commit 7be22caCopy full SHA for 7be22ca
.github/workflows/build_android_sdk.yml
@@ -38,8 +38,8 @@ jobs:
38
# brings available space from 25G to 32G
39
# otherwise we sometimes run out of space during the build
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
41
- sudo docker image prune --all --force
42
- sudo docker builder prune -a
+ yes | sudo docker image prune --all --force
+ yes | sudo docker builder prune -a
43
df -h
44
- name: Setup
45
id: config
0 commit comments