Skip to content

Commit

Permalink
ci: disable fast fail in build-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Dec 5, 2024
1 parent 472aa91 commit edb019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
build-linux:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
# Oldest supported compiler on older Ubuntu
Expand Down

0 comments on commit edb019c

Please sign in to comment.