diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index a0836cc0d..adb0a42e0 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -24,6 +24,22 @@ jobs: java-version: "17" architecture: "x64" + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false + + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: false + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - name: Install node modules run: | npm ci --ignore-scripts --prefer-offline --no-audit