Skip to content

Commit 97bd716

Browse files
committed
use cargo-binstall action
1 parent 2c00190 commit 97bd716

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ jobs:
4444
# if: runner.os == 'Windows'
4545
# run: vcpkg install openssl
4646

47-
- name: Install third-party binaries
48-
uses: taiki-e/install-action@v2
49-
with:
50-
tool: cargo-nextest,cargo-llvm-cov,cargo-binstall
51-
52-
- name: Install llvm-cov-pretty (HTML report generator)
53-
run: cargo binstall -y llvm-cov-pretty
47+
- uses: cargo-bins/cargo-binstall@main
48+
49+
- name: Install third-party binaries (HTML report generator)
50+
run: >-
51+
cargo binstall -y
52+
cargo-nextest
53+
cargo-llvm-cov
54+
llvm-cov-pretty
5455
5556
- uses: actions/setup-python@v5
5657
with:

0 commit comments

Comments
 (0)