Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cargo-deny in CI
Browse files Browse the repository at this point in the history
cberner committed Nov 25, 2023
1 parent 8c853d4 commit 4470fc0
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
@@ -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

0 comments on commit 4470fc0

Please sign in to comment.