Skip to content

Commit

Permalink
Install cargo-udeps with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 19, 2023
1 parent 8757125 commit ca1ea2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cargo install cargo-hack || true
cargo install cargo-license || true
cargo install cargo-sort || true
cargo install cargo-udeps || true
cargo install cargo-udeps --locked || true
- name: Enable verbose logging
if: ${{ runner.debug == 1 }}
Expand Down

0 comments on commit ca1ea2a

Please sign in to comment.