Skip to content

Commit

Permalink
Update cargo-deny in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Nov 25, 2023
1 parent 5dcb181 commit a1e7aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
components: rustfmt, clippy

- name: Install cargo-deny
run: cargo install --force --version 0.12.2 cargo-deny --locked
if: steps.rust-cache.outputs.cache-hit != 'true'
run: rustup run --install 1.74 cargo install --force --version 0.14.3 cargo-deny --locked

- name: Run tests
run: make test
Expand Down

0 comments on commit a1e7aba

Please sign in to comment.