Skip to content

Commit bdb56f7

Browse files
authored
Merge pull request #73 from openssh-rust/use-taiki-e/install-action-in-ci
Install `cargo-hack` on ci using `taiki/install-action`
2 parents e164559 + e4b2e96 commit bdb56f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/features.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ jobs:
2424
profile: minimal
2525
toolchain: stable
2626
- uses: actions/checkout@v2
27-
- name: Install cargo-hack
28-
uses: actions-rs/install@v0.1
29-
with:
30-
crate: cargo-hack
31-
version: latest
32-
use-tool-cache: true
27+
- uses: taiki-e/install-action@cargo-hack
3328
- name: cargo hack
3429
uses: actions-rs/cargo@v1
3530
with:

0 commit comments

Comments
 (0)