We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ba451 commit 888d811Copy full SHA for 888d811
.github/workflows/clippy_build_test.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: ConfigureCoverage
64
if: matrix.rust == 'stable'
65
run: |
66
- cargo install grcov
+ cargo binstall grcov
67
/home/runner/.cargo/bin/grcov --version
68
sudo /home/runner/.cargo/bin/grcov --version
69
rustup component add llvm-tools-preview
0 commit comments