Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
ci: Install cargo-udeps without --locked
Browse files Browse the repository at this point in the history
This works around a compilation issue caused by
rust-lang/rust#85574. A more permanent fix may
come in future.
  • Loading branch information
Chris Connelly authored and dirvine committed Jun 14, 2021
1 parent e54f9c6 commit da8daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# Install and run cargo udeps to find unused cargo dependencies
- name: cargo-udeps unused dependency check
run: |
cargo install cargo-udeps --locked
cargo install cargo-udeps
cargo +nightly udeps --all-targets
cargo-deny:
Expand Down

0 comments on commit da8daca

Please sign in to comment.