mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
Disabling fail fast
This commit is contained in:
parent
54d52ec1aa
commit
76fbf113b6
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
name: Build for ${{matrix.artifact}}
|
name: Build for ${{matrix.artifact}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest #ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
|
- os: ubuntu-latest #ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user