mirror of
https://github.com/monero-project/monero.git
synced 2025-01-08 20:09:47 +00:00
ci: don't fail-fast on matrix jobs
This commit is contained in:
parent
893916ad09
commit
f8b5ea70ee
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -82,6 +82,7 @@ jobs:
|
|||
env:
|
||||
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-20.04]
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue