Skip to content

Commit

Permalink
Use taiki-e/install-action to install cargo-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jun 22, 2023
1 parent 6c6469c commit bf8ad5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- 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
working-directory: ${{ matrix.subcrate }}
env:
Expand Down

0 comments on commit bf8ad5b

Please sign in to comment.