Skip to content

Commit

Permalink
ci: fix the compilation of grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Apr 11, 2024
1 parent d598560 commit a245347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ coverage-clean:

coverage-install-tools:
rustup component add llvm-tools-preview
grcov --version || cargo install grcov
grcov --version || cargo +stable install --locked grcov

coverage-run-unittests:
mkdir -p "${COVERAGE_PROFRAW_DIR}"
Expand Down

0 comments on commit a245347

Please sign in to comment.