From ad12bed51d23b02df2f7aa7d8eaed937d4fd4367 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 25 Nov 2023 14:10:52 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3e043..49d6f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: - run: bash ./ci/prepare_build_environment.sh - name: Bulid release binary - if: ! matrix.cuda_version + if: ${{ ! matrix.cuda_version }} run: cargo build --release --target ${{ matrix.target }} --package tabby - name: Bulid release binary (CUDA)