CI: disable fail-fast
In case only one of them fails we want to know it the other one worked and it's only a 32/64 bit problem.
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -8,6 +8,7 @@ jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: [
|
||||
{ msystem: MINGW64, arch: x86_64 },
|
||||
|
||||
Reference in New Issue
Block a user