ci/mingw: disable fail-fast

Those builds should be evaluated separately, no need to fail other one.
This commit is contained in:
Kacper Michajłow 2023-07-23 12:34:40 +02:00 committed by sfan5
parent d521ba38d1
commit 0e0b396af4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
mingw:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
target: [i686-w64-mingw32, x86_64-w64-mingw32]
steps: