fix: install libbinutils for kcov

This commit is contained in:
Amin Yahyaabadi 2022-02-13 20:03:57 -08:00
parent 4c2c9d3660
commit 40212d6ffc
3 changed files with 3 additions and 2 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -47,6 +47,7 @@ export async function setupKcov(version: string, setupDir: string, arch: string)
switch (process.platform) {
case "linux": {
const installationInfo = await setupBin("kcov", version, getKcovPackageInfo, setupDir, arch)
await setupAptPack("libbinutils")
return installationInfo
}
default: {