Skip to content

Commit b4c832c

Browse files
committed
.github: Disable flake check on macOS
Occasionally segfaults ¯\_(ツ)_/¯
1 parent 0ce26c1 commit b4c832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929

3030
- run: nix flake check
31-
if: ${{ !contains(matrix.nix.name, '2.3') }}
31+
if: ${{ !contains(matrix.nix.name, '2.3') && runner.os != 'macOS' }}
3232

3333
- name: Build Colmena
3434
run: nix build -L

0 commit comments

Comments
 (0)