From e724338c371fad8b32c3411199dae3f88ba0237e Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 1 Mar 2023 07:54:04 +0100 Subject: [PATCH] Allow other builders running after build failures. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23fd4a3c..d3310d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }