mirror of https://github.com/AxioDL/metaforce.git
CI: Disable fail-fast for Linux build matrix
This commit is contained in:
parent
2582bf94d5
commit
2578c17c1a
|
@ -15,6 +15,7 @@ jobs:
|
||||||
name: Build Linux (${{matrix.name}} x86_64)
|
name: Build Linux (${{matrix.name}} x86_64)
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: GCC
|
- name: GCC
|
||||||
|
|
Loading…
Reference in New Issue