mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[Windows] Add NSIS to Windows Server 2022 (#4326)
This commit is contained in:
committed by
GitHub
parent
c353eee691
commit
1f97f5de37
@@ -111,6 +111,7 @@ $toolsList = @(
|
||||
(Get-MercurialVersion),
|
||||
(Get-MinGWVersion),
|
||||
(Get-NewmanVersion),
|
||||
(Get-NSISVersion),
|
||||
(Get-OpenSSLVersion),
|
||||
(Get-PackerVersion),
|
||||
(Get-PulumiVersion),
|
||||
@@ -125,7 +126,6 @@ $toolsList = @(
|
||||
)
|
||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||
$toolsList += @(
|
||||
(Get-NSISVersion),
|
||||
(Get-GoogleCloudSDKVersion)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user