Skip to content

Commit e4b2e96

Browse files
committed
Install cargo-hack on ci using taiki/install-action
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 6ea33f7 commit e4b2e96

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)