We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a351557 commit f51d974Copy full SHA for f51d974
.github/workflows/build.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build and cache dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }}
41
# We still support this system but caching the dev shell fails due to system support mismatch,
42
# and we don't really need this cached anyway
43
- if: ${{ matrix.systems.nix-system }} != 'x86_64-darwin'
+ if: ${{ matrix.systems.nix-system != 'x86_64-darwin' }}
44
run: |
45
nix build -L ".#devShells.${{ matrix.systems.nix-system }}.default"
46
0 commit comments