Skip to content

Commit a100880

Browse files
Sudo install grcov?
1 parent 813b7c3 commit a100880

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+
sudo cargo install grcov
6767
which grcov
6868
sudo which grcov
6969
rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)