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:
Christoph Reiter
2020-08-13 08:14:01 +02:00
parent a57f40c85a
commit 3f3c0ec773

View File

@@ -8,6 +8,7 @@ jobs:
build:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include: [
{ msystem: MINGW64, arch: x86_64 },