mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[gh-actions] Do not stop all builds if one of them fails
This commit is contained in:
parent
76cb6414f6
commit
8870ca8adf
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}
|
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}
|
||||||
|
Loading…
Reference in New Issue
Block a user