mirror of https://github.com/aminya/setup-cpp
fix: install setuptools for Conan
This commit is contained in:
parent
e2ab2792b9
commit
8bb24cdcdc
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,7 @@
|
||||||
import { setupPipPack } from "../utils/setup/setupPipPack"
|
import { setupPipPack } from "../utils/setup/setupPipPack"
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
export function setupConan(version: string | undefined, _setupDir: string, _arch: string) {
|
export async function setupConan(version: string | undefined, _setupDir: string, _arch: string) {
|
||||||
|
await setupPipPack("setuptools", "")
|
||||||
return setupPipPack("conan", version)
|
return setupPipPack("conan", version)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue