Skip to content

Commit 16f4b0d

Browse files
committed
Install cargo-llvm-cov only if needed
1 parent 36bf66e commit 16f4b0d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- run: rustup update
45+
- run: rustup component add llvm-tools
4546
- run: cargo install cargo-llvm-cov
4647
- run: cargo llvm-cov --lcov --workspace --output-path lcov.info
4748
- uses: codecov/codecov-action@v5

rust-toolchain.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[toolchain]
22
channel = "stable"
3-
components = ["llvm-tools"]

0 commit comments

Comments
 (0)