Skip to content

Commit a1c09fe

Browse files
committed
use cargo-binstall for each tool
1 parent 9b1b920 commit a1c09fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333

34+
- run: rustup update --no-self-update
3435
- run: rustup component add llvm-tools-preview
3536

3637
# https://docs.rs/openssl/latest/openssl/#automatic
@@ -46,12 +47,11 @@ jobs:
4647

4748
- uses: cargo-bins/cargo-binstall@main
4849

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
50+
- name: Install third-party binaries
51+
run: |-
52+
cargo binstall -y cargo-nextest
53+
cargo binstall -y cargo-llvm-cov
54+
cargo binstall -y llvm-cov-pretty
5555
5656
- uses: actions/setup-python@v5
5757
with:

0 commit comments

Comments
 (0)