From a66f1fc61db203b1217c20c778da4314b7c22585 Mon Sep 17 00:00:00 2001 From: Noon van der Silk Date: Fri, 11 Oct 2024 13:43:10 +0100 Subject: [PATCH] Save space on the GitHub runners by not building the devShells --- .github/workflows/binaries.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 6d0e3c380c0..f740b6681bc 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -54,10 +54,6 @@ jobs: name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips path: out/* - - name: ❄ Build devShells (for cache) - run: | - nix build .#devShells.x86_64-linux.default - build-macos: name: "Build for aarch64-darwin" runs-on: macos-latest @@ -101,7 +97,3 @@ jobs: with: name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips path: out/* - - - name: ❄ Build devShells (for cache) - run: | - nix build .#devShells.aarch64-darwin.default