mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Revert "[Windows OS] Include Microsoft Game Development Kit (GDK) to image" (#4162)
This commit is contained in:
@@ -124,11 +124,6 @@ $toolsList = @(
|
||||
(Get-ZstdVersion),
|
||||
(Get-YAMLLintVersion)
|
||||
)
|
||||
if (Test-IsWin19) {
|
||||
$toolsList += @(
|
||||
(Get-GDKVersion)
|
||||
)
|
||||
}
|
||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||
$toolsList += @(
|
||||
(Get-NSISVersion),
|
||||
|
||||
Reference in New Issue
Block a user