Skip to content

Commit ed872ed

Browse files
committed
ci: speedup the cargo deny installation
1 parent c853eba commit ed872ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Update Stable Rust toolchain
4545
run: rustup update stable
4646

47-
- name: Install dependencies
48-
run: cargo +stable install cargo-deny --locked
47+
- name: Install latest cargo-deny
48+
uses: taiki-e/install-action@cargo-deny
4949

5050
- name: Code format check
5151
run: cargo fmt --check

0 commit comments

Comments
 (0)