mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Install NSIS from Source Forge (#1392)
* Install NSIS from Source Forge * Switch to 3.06.1 Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
This commit is contained in:
@@ -93,8 +93,7 @@ function Get-MercurialVersion {
|
||||
}
|
||||
|
||||
function Get-NSISVersion {
|
||||
$(choco list --local-only nsis | Out-String) -match "nsis (?<version>\d+\.\d+\.?\d*\.?\d*)" | Out-Null
|
||||
$nsisVersion = $Matches.Version
|
||||
$nsisVersion = &"c:\Program Files (x86)\NSIS\makensis.exe" "/Version"
|
||||
return "NSIS $nsisVersion"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user