From ec4e66c91a08cc7841e1c3f036b30df6a3e3eb7d Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 21:05:49 -0500 Subject: [PATCH] can we get more space --- .github/workflows/build-and-cache.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index f2ec8f9..4a24858 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -39,6 +39,16 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: true steps: + - name: Maximize build disk space + uses: easimon/maximize-build-space@v10 + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty @@ -67,6 +77,16 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: true steps: + - name: Maximize build disk space + uses: easimon/maximize-build-space@v10 + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty