Skip to content

Commit adb4d37

Browse files
committed
disable fail fast for Nix Flake GitHub Action
1 parent 4c9090d commit adb4d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
nix:
1111
strategy:
12-
fail-fast: true
12+
fail-fast: false
1313
matrix:
1414
os:
1515
- ubuntu-latest

0 commit comments

Comments
 (0)