Skip to content

Commit d8c0a49

Browse files
authored
Save space on the GitHub runners by not building the devShells (#1705)
Reverts part of 1a74b59#diff-fb5c295cef0d8c42d829f58e5ec19920f741526206f7601876d6412d394acc35R107 because there isn't enough space on the GitHub self-hosted runners :(
2 parents d18e15c + a66f1fc commit d8c0a49

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/binaries.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
name: hydra-x86_64-linux-${{ env.VERSION }} # automatically zips
5555
path: out/*
5656

57-
- name: ❄ Build devShells (for cache)
58-
run: |
59-
nix build .#devShells.x86_64-linux.default
60-
6157
build-macos:
6258
name: "Build for aarch64-darwin"
6359
runs-on: macos-latest
@@ -101,7 +97,3 @@ jobs:
10197
with:
10298
name: hydra-aarch64-darwin-${{ env.VERSION }} # automatically zips
10399
path: out/*
104-
105-
- name: ❄ Build devShells (for cache)
106-
run: |
107-
nix build .#devShells.aarch64-darwin.default

0 commit comments

Comments
 (0)