Skip to content

Commit 40212d6

Browse files
committed
fix: install libbinutils for kcov
1 parent 4c2c9d3 commit 40212d6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kcov/kcov.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export async function setupKcov(version: string, setupDir: string, arch: string)
4747
switch (process.platform) {
4848
case "linux": {
4949
const installationInfo = await setupBin("kcov", version, getKcovPackageInfo, setupDir, arch)
50+
await setupAptPack("libbinutils")
5051
return installationInfo
5152
}
5253
default: {

0 commit comments

Comments
 (0)