Skip to content

Commit 79ba451

Browse files
debugging
1 parent 1d3bcf6 commit 79ba451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clippy_build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
if: matrix.rust == 'stable'
6565
run: |
6666
cargo install grcov
67-
grcov --version
68-
sudo grcov --version
67+
/home/runner/.cargo/bin/grcov --version
68+
sudo /home/runner/.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)