From c21d99d6be96928fc9b3f2e41edef8ee5b353c52 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 29 Apr 2024 12:49:55 -0400 Subject: [PATCH] ci: Attempt to increase disk space Might fix the ci running out of space. --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc6d7e26..047c05df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,15 @@ jobs: name: nix flake check runs-on: ubuntu-latest steps: + - 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: actions/checkout@v4 - uses: cachix/install-nix-action@v26 - run: nix flake check