CI: Add cargo-install action to cache cargo-machete (#355)

This commit is contained in:
Jay Oster 2023-04-13 20:51:48 -07:00 committed by GitHub
parent d85091847a
commit 5465bbe28e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 323 additions and 204 deletions

View file

@ -52,7 +52,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

523
Cargo.lock generated

File diff suppressed because it is too large Load diff