Skip to content

Commit

Permalink
ci: add llvm-tools component
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 780683b commit 9866846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const test = async (src = ".") => {
"wget",
"pkg-config",
])
.withExec(["rustup", "component", "add", "llvm-tools"])
.withExec([
"wget",
"https://github.com/taiki-e/cargo-llvm-cov/releases/download/v0.5.36/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz",
Expand Down

0 comments on commit 9866846

Please sign in to comment.