mirror of https://github.com/odrling/Aegisub
ci: Don't abort if one of the matrix runs fails
This commit is contained in:
parent
cfd93ce81b
commit
2bf4f17e58
|
@ -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 New Issue