We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a08a1 commit 7bc6f52Copy full SHA for 7bc6f52
.github/workflows/CI.yml
@@ -55,9 +55,7 @@ jobs:
55
- uses: Swatinem/rust-cache@v2
56
with:
57
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
+ - uses: taiki-e/install-action@cargo-hack
61
- name: cargo hack check
62
run: cargo hack check --each-feature --no-dev-deps --all
63
0 commit comments