Merge pull request #9629

f8b5ea7 ci: don't fail-fast on matrix jobs (tobtoht)
This commit is contained in:
luigi1111 2024-12-23 11:09:48 -05:00
commit 977bd41eb5
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -113,6 +113,7 @@ jobs:
env: env:
CCACHE_TEMPDIR: /tmp/.ccache-temp CCACHE_TEMPDIR: /tmp/.ccache-temp
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [ubuntu-22.04, ubuntu-20.04] os: [ubuntu-22.04, ubuntu-20.04]
steps: steps: