Skip to content

Commit

Permalink
Cache cargo-install (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Apr 12, 2023
1 parent d01f9c5 commit 78acada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
shared-key: common
- name: Install cargo-machete
run: cargo install --locked cargo-machete
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-machete
- name: Cargo fmt
run: cargo fmt --all -- --check
- name: Cargo doc
Expand Down

0 comments on commit 78acada

Please sign in to comment.