From d9578d746111371a646dbb7a15cdcadaeeae1c0e Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 19 Dec 2022 23:14:07 +0900 Subject: [PATCH] chore: Use baptiste0928/cargo-install@v1 to install cargo-hack (#1198) --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9a68fbe..d76fda9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: