mirror of https://github.com/encounter/SDL.git
CI: disable fail-fast to avoid aborting build when one platform fails
This commit is contained in:
parent
2d23d66a61
commit
e9dae813d9
|
@ -12,6 +12,7 @@ jobs:
|
|||
shell: ${{ matrix.platform.shell }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- { name: Windows (x64), os: windows-latest, shell: pwsh, flags: -A x64 }
|
||||
|
|
Loading…
Reference in New Issue