From 97c7678343c1ac160291b1e4fc7187e6db3ee2a3 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 21 Jul 2024 20:41:46 +0800 Subject: [PATCH] ci: fix `cargo-bins/cargo-binstall@v1.7.4` --- .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 2eb5cb07343d6..22292f5fb93d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: with: restore-cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@1.7.4 + - uses: cargo-bins/cargo-binstall@v1.7.4 if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true'