mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-09 19:14:30 +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
|
needs: build_base
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [win64]
|
target: [win64]
|
||||||
steps:
|
steps:
|
||||||
@ -51,6 +52,7 @@ jobs:
|
|||||||
needs: build_target_bases
|
needs: build_target_bases
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [win64]
|
target: [win64]
|
||||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||||
@ -75,6 +77,7 @@ jobs:
|
|||||||
needs: build_targets
|
needs: build_targets
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [win64]
|
target: [win64]
|
||||||
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
variant: [gpl,lgpl,gpl-4.3,lgpl-4.3]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user