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

Commit da8daca

Browse files
Chris Connellydirvine
Chris Connelly
authored andcommitted
ci: Install cargo-udeps without --locked
This works around a compilation issue caused by rust-lang/rust#85574. A more permanent fix may come in future.
1 parent e54f9c6 commit da8daca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# Install and run cargo udeps to find unused cargo dependencies
116116
- name: cargo-udeps unused dependency check
117117
run: |
118-
cargo install cargo-udeps --locked
118+
cargo install cargo-udeps
119119
cargo +nightly udeps --all-targets
120120
121121
cargo-deny:

0 commit comments

Comments
 (0)