Skip to content

Commit b5ee065

Browse files
Set sudo $PATH
1 parent be98d66 commit b5ee065

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
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
cargo install grcov
6767
$HOME/.cargo/bin/grcov --version
68-
sudo $HOME/.cargo/bin/grcov --version
68+
sudo env PATH=$PATH $HOME/.cargo/bin/grcov --version
6969
rustup component add llvm-tools-preview
7070
echo RUSTFLAGS="-C instrument-coverage" >> "$GITHUB_ENV"
7171
echo LLVM_PROFILE_FILE="libproc-%p-%m.profraw" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)