From 32e1e164c118184b5bd5b77fb2b818a5c5de5081 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 13 Jun 2025 12:04:11 +0300 Subject: [PATCH] ci: get rid of maximize-build-space job --- .github/workflows/cachix.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index 959a04b6..8f392c47 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -21,15 +21,6 @@ jobs: - nix - maximal steps: - - uses: easimon/maximize-build-space@v10 - name: Maximize build space - with: - overprovision-lvm: true - remove-android: true - remove-dotnet: true - remove-haskell: true - remove-codeql: true - - uses: actions/checkout@v4 name: Checkout