From 939557bb5b397d349fa67c4b7600954406b3d5d1 Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 11 Jul 2023 15:00:57 +0200 Subject: [PATCH] CI: Run maximize-build-space action before building --- .github/workflows/CI.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 38215bf..6fcfd63 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,6 +13,15 @@ jobs: concurrency: group: CI steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + overprovision-lvm: 'true' + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - name: Checkout uses: actions/checkout@v3 - name: "Install Nix" @@ -30,8 +39,6 @@ jobs: env: GC_DONT_GC: 1 run: | - sudo mount -o remount,size=30G /run/user/1001 - for iso in $(nix flake show --json | nix run nixpkgs#jq -- -r keys[]); do nix build .#$iso split -d result/iso/*.iso -b 1G $iso.iso-part-