Skip to content

Commit

Permalink
CI: cache cargo hack installation (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: CI system <>
  • Loading branch information
TriplEight authored Feb 18, 2022
1 parent b2553e0 commit 4bc9f57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
override: true

- name: Install cargo-hack
run: cargo install cargo-hack
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-hack
version: 0.5

- name: Rust Cache
uses: Swatinem/[email protected]
Expand Down

0 comments on commit 4bc9f57

Please sign in to comment.