ci: don't fail fast if one build fails
This commit is contained in:
parent
2644c71aa8
commit
563a9c88d1
2
.github/workflows/cachix.yaml
vendored
2
.github/workflows/cachix.yaml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
name:
|
name:
|
||||||
- emacsPgtkGcc
|
- emacsPgtkGcc
|
||||||
|
@ -43,6 +44,7 @@ jobs:
|
||||||
needs: [ build-pkgs ]
|
needs: [ build-pkgs ]
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
name:
|
name:
|
||||||
- boreal
|
- boreal
|
||||||
|
|
Loading…
Reference in a new issue