mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-09 02:54:31 +02:00
Don't fail fast
This commit is contained in:
parent
92e91ad484
commit
a193ee9868
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…
x
Reference in New Issue
Block a user