Skip to content

Commit 7bc6f52

Browse files
authored
ci: Use taiki-e/install-action to setup cargo-hack (#3535)
1 parent 37a08a1 commit 7bc6f52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ jobs:
5555
- uses: Swatinem/rust-cache@v2
5656
with:
5757
save-if: ${{ github.ref == 'refs/heads/main' }}
58-
- name: Install cargo-hack
59-
run: |
60-
curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ~/.cargo/bin
58+
- uses: taiki-e/install-action@cargo-hack
6159
- name: cargo hack check
6260
run: cargo hack check --each-feature --no-dev-deps --all
6361

0 commit comments

Comments
 (0)