Skip to content

Commit

Permalink
win32: ensure that the MSVC build doesn't terminate when MinGW fails (#…
Browse files Browse the repository at this point in the history
…2018)

For `matrix`-strategy builds, GitHub actions will terminate all related
matrix legs when one of them fails.

Disabling `fail-fast` knocks this behavior off.
  • Loading branch information
DHowett authored Nov 21, 2023
1 parent 872a9df commit a5507b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
Windows:
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
be: [mingw-gcc, msvc]
steps:
Expand Down

0 comments on commit a5507b9

Please sign in to comment.