CI: Disable fast failing on Linux
This commit is contained in:
1
.github/workflows/linux-build.yml
vendored
1
.github/workflows/linux-build.yml
vendored
@@ -18,6 +18,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
arch: [x86_64]
|
arch: [x86_64]
|
||||||
|
|||||||
Reference in New Issue
Block a user