ci: add llvm-tools component

This commit is contained in:
Tsiry Sandratraina
2023-11-01 11:15:53 +00:00
parent 780683bb84
commit 9866846253

View File

@@ -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",