Skip to content

Commit 041d05f

Browse files
committed
Fix cargo-deny installation in CI
1 parent b3385cc commit 041d05f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ jobs:
3737
- name: Install security and test tools
3838
uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0
3939
with:
40-
tool: cargo-deny@0.20.2,cargo-audit@0.22.2,cargo-nextest@0.9.140
40+
tool: cargo-audit@0.22.2,cargo-nextest@0.9.140
4141
fallback: none
4242

4343
- name: Install crates.io release tools
4444
run: |
45+
cargo install --locked cargo-deny --version 0.20.2
4546
cargo install --locked cargo-license --version 0.7.0
4647
cargo install --locked cargo-sbom --version 0.10.0
4748

0 commit comments

Comments
 (0)