Skip to content

Commit

Permalink
Make installation of cargo-udeps quick
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 6, 2023
1 parent 08ce6a6 commit 4c67afa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c67afa

Please sign in to comment.