chore: Use baptiste0928/cargo-install@v1 to install cargo-hack (#1198)

This commit is contained in:
tottoto
2022-12-19 09:14:07 -05:00
committed by GitHub
parent a8f7e49366
commit d9578d7461
+3 -1
View File
@@ -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: