Skip to content

Commit 348189f

Browse files
authored
ci: no fail fast (#527)
* ci: no fail fast * Update cmake.yml
1 parent c139e9f commit 348189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.config.os }}
1616

1717
strategy:
18-
fail-fast: true
18+
fail-fast: false
1919
matrix:
2020
config:
2121
- {

0 commit comments

Comments
 (0)