mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
Merge pull request #431 from miketimofeev/v-mitim/win19_wdk_fix
WDK installation fix for win19
This commit is contained in:
@@ -154,12 +154,6 @@
|
||||
"{{ template_dir }}/scripts/Installers/Windows2019/Update-DockerImages.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"valid_exit_codes": [
|
||||
@@ -188,6 +182,12 @@
|
||||
"{{ template_dir }}/scripts/Installers/Install-NET48.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Windows2019/Install-WDK.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
|
||||
Reference in New Issue
Block a user