From 6ade7174bb613c1ed3241d12217680635651c2b2 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Wed, 31 Jan 2024 08:58:24 +0200 Subject: [PATCH] Disable `fail-fast` to make sure release builds everything it can despite errors --- .github/workflows/snapshot-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/snapshot-build.yml b/.github/workflows/snapshot-build.yml index b77f9ff78f..e7fea678b5 100644 --- a/.github/workflows/snapshot-build.yml +++ b/.github/workflows/snapshot-build.yml @@ -39,6 +39,7 @@ jobs: dockerfile-suffix: ".aarch64" suffix: ubuntu-aarch64-${{ github.ref_name }} image-suffix: "-aarch64" + fail-fast: false steps: - name: Set up QEMU @@ -123,6 +124,7 @@ jobs: target: x86_64-pc-windows-msvc suffix: windows-x86_64-v2-${{ github.ref_name }} rustflags: "-C target-cpu=x86-64-v2 -C target-feature=+aes" + fail-fast: false runs-on: ${{ matrix.build.os }} env: PRODUCTION_TARGET: target/${{ matrix.build.target }}/production