Skip to content

Commit

Permalink
ci: don't fail-fast on matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 17, 2024
1 parent 893916a commit f8b5ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
env:
CCACHE_TEMPDIR: /tmp/.ccache-temp
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
steps:
Expand Down

0 comments on commit f8b5ea7

Please sign in to comment.