Skip to content

Commit ea278e0

Browse files
committed
CI: use cargo-binstall to install cargo-deny
1 parent 6868df8 commit ea278e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v2
71+
- uses: cargo-bins/cargo-binstall@main
7172
- name: Security Audit & Licenses
7273
run: |
7374
rustup toolchain install stable --profile minimal
74-
cargo deny --version || cargo install cargo-deny@0.17.0 --locked
75+
cargo deny --version || cargo binstall cargo-deny@0.18.0 --no-confirm
7576
make security-audit
7677
make check-crates
7778
make check-licenses

0 commit comments

Comments
 (0)