ci: Don't abort if one of the matrix runs fails
This commit is contained in:
parent
cfd93ce81b
commit
2bf4f17e58
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.config.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- name: Windows MSVC Release
|
- name: Windows MSVC Release
|
||||||
|
|
Loading…
Reference in a new issue