Skip to content

Commit ed75dd8

Browse files
authored
Merge pull request #1627 from joto/disable-fail-fast
Github action: Disable fail-fast for Windows matrix build
2 parents 3f136f1 + 16fd5e0 commit ed75dd8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
macos:
77
runs-on: macos-latest
88
env:
9-
LUA_VERSION: 5.4
9+
LUA_VERSION: 5.4
1010
steps:
1111
- uses: actions/checkout@v2
1212

@@ -218,6 +218,7 @@ jobs:
218218

219219
windows:
220220
strategy:
221+
fail-fast: false
221222
matrix:
222223
os: [windows-2019, windows-2022]
223224
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)