CI: disable fail-fast to avoid aborting build when one platform fails

This commit is contained in:
Cameron Gutman 2021-11-08 20:14:08 -06:00
parent 2d23d66a61
commit e9dae813d9

View file

@ -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 }