From 4c67afa73815ceeda39eeb412932b4ec224811d9 Mon Sep 17 00:00:00 2001 From: koba-e964 <3303362+koba-e964@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:15:54 +0900 Subject: [PATCH] Make installation of cargo-udeps quick --- .github/workflows/verify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 33b612b5..0324f1ab 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -77,10 +77,11 @@ jobs: # required only if you set `languages.rust.list_dependencies_backend.kind` to `"cargo-udeps"` - name: Install cargo-udeps for Rust - uses: actions-rs/install@v0.1 + uses: baptiste0928/cargo-install@v2 with: crate: cargo-udeps - use-tool-cache: true + version: '0.1.44' + args: --debug - name: Run tests env: