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