From ad60f8da7712e65c745fcca24c7db94cf60f0313 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 27 Jan 2025 18:06:17 +0100 Subject: [PATCH] Use install action for cargo shear (#10983) --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6960df82a..b985a930b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,8 +160,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cargo-bins/cargo-binstall@main - - run: cargo binstall --no-confirm cargo-shear + - name: "Install cargo shear" + uses: taiki-e/install-action@v2 + with: + tool: cargo-shear - run: cargo shear # We use the large GitHub actions runners