ci: Use taiki-e/install-action to setup cargo-hack (#3535)

This commit is contained in:
tottoto
2025-10-23 09:18:25 +02:00
committed by GitHub
parent 37a08a17d4
commit 7bc6f52892
+1 -3
View File
@@ -55,9 +55,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Install cargo-hack
run: |
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
- uses: taiki-e/install-action@cargo-hack
- name: cargo hack check
run: cargo hack check --each-feature --no-dev-deps --all