We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e284e commit 58f1912Copy full SHA for 58f1912
.github/workflows/cmake.yml
@@ -11,6 +11,8 @@ jobs:
11
strategy:
12
matrix:
13
platform: [ubuntu-latest, macos-latest, windows-latest]
14
+ # Don't cancel the other builds if one fails
15
+ fail-fast: false
16
# The CMake configure and build commands are platform agnostic and should work equally
17
# well on Windows or Mac. You can convert this to a matrix build if you need
18
# cross-platform coverage.
0 commit comments