ci: don't fail-fast on matrix jobs

This commit is contained in:
tobtoht 2024-12-17 23:24:19 +01:00
parent 893916ad09
commit f8b5ea70ee
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -82,6 +82,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: