mirror of
https://github.com/monero-project/monero.git
synced 2025-03-11 17:06:31 +00:00
Merge pull request #9629
f8b5ea7
ci: don't fail-fast on matrix jobs (tobtoht)
This commit is contained in:
commit
977bd41eb5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -113,6 +113,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