Skip to content

Commit 369fbf0

Browse files
committed
Move to taiki-e/install-action
1 parent 973681c commit 369fbf0

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/checks.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ jobs:
3434
cache-bin: "false"
3535
prefix-key: "v6-maho-${{ matrix.os }}-${{ matrix.toolchain }}"
3636

37-
- name: Install cargo-binstall
38-
uses: cargo-bins/[email protected]
39-
40-
- name: Install cargo-nextest
41-
run: cargo binstall cargo-nextest just
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
- name: Install tools
38+
uses: taiki-e/install-action@v2
39+
with:
40+
tool: cargo-nextest,just
4441

4542
- name: Build and Test
4643
run: |
@@ -69,13 +66,10 @@ jobs:
6966
cache-bin: "false"
7067
prefix-key: "v6-maho-${{ matrix.toolchain }}"
7168

72-
- name: Install cargo-binstall
73-
uses: cargo-bins/[email protected]
74-
75-
- name: Install cargo-nextest
76-
run: cargo binstall cargo-nextest cargo-llvm-cov just
77-
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
- name: Install tools
70+
uses: taiki-e/install-action@v2
71+
with:
72+
tool: cargo-nextest,cargo-llvm-cov,just
7973

8074
- name: Build and Test
8175
run: |

0 commit comments

Comments
 (0)