Skip to content

Commit 683f5b7

Browse files
committed
fix fail-fast syntax
1 parent ef10925 commit 683f5b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107

108108
windows-build-and-test-msvc:
109109
needs: windows-get-or-build-dependencies
110-
fail-fast: false
111110
strategy:
111+
fail-fast: false
112112
matrix:
113113
renderer: [opengl, egl, vulkan]
114114
runs-on: windows-2022
@@ -243,7 +243,7 @@ jobs:
243243
if: needs.pre-job.outputs.should_skip != 'true'
244244
needs: pre-job
245245
strategy:
246-
fail-fast: false
246+
fail-fast: false
247247
matrix:
248248
msystem: [clang64, mingw64, ucrt64]
249249
renderer: [opengl, egl, vulkan]

0 commit comments

Comments
 (0)