mirror of https://github.com/aminya/setup-cpp
fix: install python3-apt before installing nala
This commit is contained in:
parent
5aa7099535
commit
41e84d833e
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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,8 @@ export async function setupNala(version: string, _setupDir: string, _arch: strin
|
||||||
return { binDir }
|
return { binDir }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await setupAptPack([{ name: "python3-apt" }])
|
||||||
|
|
||||||
// https://gitlab.com/volian/nala/-/wikis/Installation
|
// https://gitlab.com/volian/nala/-/wikis/Installation
|
||||||
const keyFileName = await addAptKeyViaDownload(
|
const keyFileName = await addAptKeyViaDownload(
|
||||||
"volian-archive-nala.gpg",
|
"volian-archive-nala.gpg",
|
||||||
|
|
Loading…
Reference in New Issue