Don't fail fast
This commit is contained in:
parent
92e91ad484
commit
a193ee9868
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
needs: build_base
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
steps:
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
needs: build_target_bases
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
|
@ -75,6 +77,7 @@ jobs:
|
|||
needs: build_targets
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||
|
|
Loading…
Reference in a new issue