Skip to content

Commit 58f1912

Browse files
authored
Disable fail-fast so all builds can try to complete
1 parent 67e284e commit 58f1912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
14+
# Don't cancel the other builds if one fails
15+
fail-fast: false
1416
# The CMake configure and build commands are platform agnostic and should work equally
1517
# well on Windows or Mac. You can convert this to a matrix build if you need
1618
# cross-platform coverage.

0 commit comments

Comments
 (0)