Skip to content

Commit

Permalink
ci: speedup the cargo deny installation (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan authored May 15, 2024
1 parent 763a05f commit 7f7260c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Update Stable Rust toolchain
run: rustup update stable

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

- name: Code format check
run: cargo fmt --check
Expand Down

0 comments on commit 7f7260c

Please sign in to comment.