Skip to content

Commit 4c67afa

Browse files
committed
Make installation of cargo-udeps quick
1 parent 08ce6a6 commit 4c67afa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ jobs:
7777

7878
# required only if you set `languages.rust.list_dependencies_backend.kind` to `"cargo-udeps"`
7979
- name: Install cargo-udeps for Rust
80-
uses: actions-rs/install@v0.1
80+
uses: baptiste0928/cargo-install@v2
8181
with:
8282
crate: cargo-udeps
83-
use-tool-cache: true
83+
version: '0.1.44'
84+
args: --debug
8485

8586
- name: Run tests
8687
env:

0 commit comments

Comments
 (0)