Skip to content

Commit

Permalink
fix: install locked dependencies for cargo-udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Oct 22, 2024
1 parent b86e05b commit b1ae76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cargo-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Cargo udeps
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
run: |
cargo install cargo-udeps
cargo install cargo-udeps --locked
cargo +nightly udeps --all-targets
- name: Cargo audit
Expand Down

0 comments on commit b1ae76d

Please sign in to comment.