From f29d7d61e10337df8e387948651b5a70a9beb1ec Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Fri, 22 Mar 2024 10:25:48 -0700 Subject: [PATCH] nightly: fix build --- .github/workflows/nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a1286dc..d486b2e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -7,6 +7,7 @@ jobs: server: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: arch: - x86_64 @@ -54,6 +55,7 @@ jobs: compression-level: 0 client: strategy: + fail-fast: false matrix: platform: - { os: linux, arch: x86_64, on: ubuntu-latest, deps: linux } @@ -80,7 +82,7 @@ jobs: if: ${{ matrix.platform.os == 'darwin' }} - uses: homebrew/actions/setup-homebrew@master if: ${{ matrix.platform.os == 'darwin' }} - - run: ./hack/ci/install-${{ matrix.platform.os }}-deps.sh + - run: ./hack/ci/install-${{ matrix.platform.deps }}-deps.sh - run: ./hack/build/cargo.sh build --release --bin kratactl - uses: actions/upload-artifact@v4 with: