diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index b73c1f0..8700bb7 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -112,6 +112,13 @@ jobs: sudo apt -y update sudo apt -y install --no-install-recommends socat xauth + # Free up disk space + docker system prune -a -f + sudo rm -rf $ANDROID_HOME/ndk /opt/hostedtoolcache/CodeQL \ + /usr/local/lib/node_modules /usr/local/share/chromium \ + /usr/local/share/powershell + df -h + - name: Prepare macOS # GitHub recommends explicitly selecting the desired Xcode version: # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140