Skip to content

Commit 7ba0ccb

Browse files
committed
Use taiki-e/install-action on CI
Another job already used it, this one didn't.
1 parent b0578c2 commit 7ba0ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: dtolnay/rust-toolchain@stable
26-
- name: Install Cargo-hack
27-
run: cargo install --debug cargo-hack
26+
- uses: taiki-e/install-action@cargo-hack
2827
- name: Check all features
2928
run: cargo hack check --feature-powerset
3029
- name: Tests

0 commit comments

Comments
 (0)