Skip to content

Commit ed7ab81

Browse files
committed
ci: Remove fail-fast on windows ci
1 parent b8efc2f commit ed7ab81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313

1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
os: [windows-latest]
1818
compiler:

0 commit comments

Comments
 (0)