Skip to content

Commit

Permalink
chore: Use taiki-e/install-action to setup cargo-hack (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Aug 8, 2023
1 parent 68b24e3 commit 4381610
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v3
- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
- uses: taiki-e/install-action@cargo-hack
- name: Install protoc
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 4381610

Please sign in to comment.