Skip to content

Commit 0b991e3

Browse files
committed
chore: use binstall action
1 parent 17319c0 commit 0b991e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ jobs:
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v4
62-
- name: Install cargo-quickinstall
63-
run: cargo install cargo-quickinstall
62+
- uses: cargo-bins/cargo-binstall@main
6463
- name: Install tarpaulin
65-
run: cargo quickinstall cargo-tarpaulin
64+
run: cargo binstall -y cargo-tarpaulin
6665
- name: Rust unit tests with coverage report
6766
# https://github.com/xd009642/tarpaulin/issues/1092#issuecomment-1407739176
6867
run: cargo tarpaulin --engine llvm --no-dead-code --no-fail-fast --all-features --workspace -o xml --output-dir ./cov-reports

0 commit comments

Comments
 (0)