mirror of https://github.com/aminya/setup-cpp
fix: install powershell-core on windows
This commit is contained in:
parent
26e03ff671
commit
4a78b34d52
|
@ -13,7 +13,7 @@ import { execSudo } from "../utils/exec/sudo"
|
||||||
export async function setupPowershell(version: string | undefined, _setupDir: string, _arch: string) {
|
export async function setupPowershell(version: string | undefined, _setupDir: string, _arch: string) {
|
||||||
switch (process.platform) {
|
switch (process.platform) {
|
||||||
case "win32": {
|
case "win32": {
|
||||||
await setupChocoPack("powershell", version)
|
await setupChocoPack("powershell-core", version)
|
||||||
const binDir = "C:/Program Files/PowerShell/7"
|
const binDir = "C:/Program Files/PowerShell/7"
|
||||||
await addPath(binDir)
|
await addPath(binDir)
|
||||||
return { binDir }
|
return { binDir }
|
||||||
|
|
Loading…
Reference in New Issue