mirror of https://github.com/aminya/setup-cpp.git
fix: fix pkgconf name for alpine
This commit is contained in:
parent
bcc7fc2a92
commit
5b56272eaf
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ export async function setupVcpkg(version: string, setupDir: string, arch: string
|
|||
{ name: "zip" },
|
||||
{ name: "unzip" },
|
||||
{ name: "tar" },
|
||||
{ name: "pkg-config" },
|
||||
{ name: "pkgconf" },
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue