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 82866d5 commit 34bc667Copy full SHA for 34bc667
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, '/quiet', '/norestart', 'REINSTALL=ALL' -Wait
+ Start-Process msiexec.exe -ArgumentList '/i $msi REINSTALL=ALL /quiet /norestart' -Wait
0 commit comments