Skip to content

Commit 2136d61

Browse files
authored
Update cmake-multi-platform.yml
Changed fail-fast to true. Signed-off-by: Andy Zhang <[email protected]>
1 parent d385d05 commit 2136d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
20-
fail-fast: false
20+
fail-fast: true
2121
# Set up a matrix to run the following 3 configurations:
2222
# 1. <Windows, Release, latest MSVC compiler toolchain on the default runner image, default generator>
2323
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>

0 commit comments

Comments
 (0)