diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36add3b..2ff0a07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,21 @@ jobs: env: BOARD: ${{ matrix.model }} steps: + - 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: true + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - name: Run Configuration Commands run: | DATESTAMP="$(date --utc '+%Y.%m.%d')"