Skip to content

Commit

Permalink
chore: Use baptiste0928/cargo-install@v1 to install cargo-hack (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 19, 2022
1 parent a8f7e49 commit d9578d7
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 @@ -24,7 +24,9 @@ jobs:
components: rustfmt
- uses: actions/checkout@v3
- name: Install cargo-hack
run: cargo install cargo-hack
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-hack
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down

0 comments on commit d9578d7

Please sign in to comment.