Skip to content

Commit

Permalink
Allow other builders running after build failures. (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Mar 1, 2023
1 parent 8be5b41 commit 150ba9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
matrix:
config:
- { compiler: gcc, version: 4.9, build_type: Release, cppstd: 11, examples: OFF, asan: OFF }
Expand Down

0 comments on commit 150ba9e

Please sign in to comment.