Skip to content

Commit

Permalink
ci: force cargo audit install
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Dec 18, 2024
1 parent 8ec1bbf commit eac0428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Run fmt check
run: cargo fmt --all --check -- --color=always
- name: Run audit
run: cargo install cargo-audit && cargo audit
run: cargo install cargo-audit --force && cargo audit
# to update the dependencies in the lock file, run `cargo update`

0 comments on commit eac0428

Please sign in to comment.