Skip to content

Commit

Permalink
use udeps git in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jul 9, 2023
1 parent bfa9f7e commit c1e2095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ jobs:

- name: cargo-udeps
run: |
cargo install --locked cargo-udeps
# cargo install --locked cargo-udeps
cargo install --git https://github.com/est31/cargo-udeps --locked
cargo +nightly udeps --all-targets
Expand Down

0 comments on commit c1e2095

Please sign in to comment.