From 1a5817a6aebfea2a8aa7b028a72484235a620bb3 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:57:34 -0400 Subject: [PATCH] ci: maximize disk space for code checks and tests action --- .github/workflows/check-code-and-unit-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/check-code-and-unit-test.yaml b/.github/workflows/check-code-and-unit-test.yaml index d4f1f366d9..f62dd68c40 100644 --- a/.github/workflows/check-code-and-unit-test.yaml +++ b/.github/workflows/check-code-and-unit-test.yaml @@ -9,6 +9,11 @@ jobs: name: execute via buck2 runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 12288 + temp-reserve-mb: 12288 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v4 - name: Run the Magic Nix Cache