From 90ed770c302f70a9bcb77c4cfe026b75dd79ecfc Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Sat, 18 Feb 2023 18:37:21 +0100 Subject: [PATCH] fixed workflow --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 812b1cc..245bf30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,6 @@ jobs: build-executables: runs-on: ${{ matrix.os }} strategy: - fail-fast: false matrix: os: ['windows-latest', 'ubuntu-latest, 'macos-latest']