We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983a0d9 commit a351557Copy full SHA for a351557
.github/workflows/build.yaml
@@ -38,6 +38,9 @@ jobs:
38
uses: DeterminateSystems/flakehub-cache-action@main
39
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'
44
run: |
45
nix build -L ".#devShells.${{ matrix.systems.nix-system }}.default"
46
0 commit comments