From 2bf4f17e586472c1479f3eb003fe26f4805413a7 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Fri, 1 Jul 2022 22:12:00 +0200 Subject: [PATCH] ci: Don't abort if one of the matrix runs fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f53bbf84b..9f8e10507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: runs-on: ${{ matrix.config.os }} strategy: + fail-fast: false matrix: config: - name: Windows MSVC Release