Allow other builders running after build failures. (#2659)

This commit is contained in:
Vitaly Zaitsev 2023-03-01 10:33:58 +01:00 committed by GitHub
parent 8be5b41a2f
commit 150ba9e6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }