Skip to content

Commit 888d811

Browse files
try binstall
1 parent 79ba451 commit 888d811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: ConfigureCoverage
6464
if: matrix.rust == 'stable'
6565
run: |
66-
cargo install grcov
66+
cargo binstall grcov
6767
/home/runner/.cargo/bin/grcov --version
6868
sudo /home/runner/.cargo/bin/grcov --version
6969
rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)