Skip to content

Commit f0c8ccf

Browse files
Undo Sudo install grcov
1 parent a100880 commit f0c8ccf

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

0 commit comments

Comments
 (0)