We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bc667 commit 47cf607Copy full SHA for 47cf607
action.yml
@@ -97,4 +97,4 @@ runs:
97
$msi = "PowerShell-$($env:REQUESTED_VERSION)-win-x64.msi"
98
$url = "https://github.com/PowerShell/PowerShell/releases/download/v$($env:REQUESTED_VERSION)/$msi"
99
Invoke-WebRequest -Uri $url -OutFile $msi -UseBasicParsing
100
- Start-Process msiexec.exe -ArgumentList '/i $msi REINSTALL=ALL /quiet /norestart' -Wait
+ msiexec.exe /i $msi REINSTALL=ALL /quiet /norestart
0 commit comments