mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 17:15:46 +00:00
CI: disable fail-fast to avoid aborting build when one platform fails
This commit is contained in:
parent
2d23d66a61
commit
e9dae813d9
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
shell: ${{ matrix.platform.shell }}
|
shell: ${{ matrix.platform.shell }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { name: Windows (x64), os: windows-latest, shell: pwsh, flags: -A x64 }
|
- { name: Windows (x64), os: windows-latest, shell: pwsh, flags: -A x64 }
|
||||||
|
|
Loading…
Reference in a new issue