Skip to content

Commit

Permalink
Fix build of devShells in binaries workflow (#1687)
Browse files Browse the repository at this point in the history
The instruction before was broken and the workflow only runs after
merging.
  • Loading branch information
locallycompact authored Oct 7, 2024
2 parents 5e6eca0 + 5b97b70 commit 57f81fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: ❄ Build devShells (for cache)
run: |
nix build .#devShells.default
nix build .#devShells.x86_64-linux.default
build-macos:
name: "Build for aarch64-darwin"
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:

- name: ❄ Build devShells (for cache)
run: |
nix build .#devShells.default
nix build .#devShells.aarch64-darwin.default

0 comments on commit 57f81fc

Please sign in to comment.