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 6a811e6 commit 3b10a4dCopy full SHA for 3b10a4d
.github/workflows/clippy_build_test.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: ConfigureCoverage
64
if: matrix.rust == 'stable'
65
run: |
66
- cargo binstall grcov
+ cargo install grcov
67
$HOME/.cargo/bin/grcov --version
68
sudo $HOME/runner/.cargo/bin/grcov --version
69
rustup component add llvm-tools-preview
0 commit comments