Skip to content

Commit a351557

Browse files
committed
Fix CI issue
1 parent 983a0d9 commit a351557

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
uses: DeterminateSystems/flakehub-cache-action@main
3939

4040
- 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'
4144
run: |
4245
nix build -L ".#devShells.${{ matrix.systems.nix-system }}.default"
4346

0 commit comments

Comments
 (0)