From 668a66d78083f8f50df7436c2155245a2955b5d5 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Thu, 2 Feb 2023 11:42:31 +0100 Subject: [PATCH] (actions) don't fail false --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc18cc3..e5db3e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: jobs: cmake-build: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] build: [static, shared]