mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Add InnoSetup to windows-2022 (#5007)
This commit is contained in:
@@ -28,7 +28,7 @@ Describe "GitVersion" -Skip:(Test-IsWin22) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "InnoSetup" -Skip:(Test-IsWin22) {
|
Describe "InnoSetup" {
|
||||||
It "InnoSetup" {
|
It "InnoSetup" {
|
||||||
(Get-Command -Name iscc).CommandType | Should -BeExactly "Application"
|
(Get-Command -Name iscc).CommandType | Should -BeExactly "Application"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -297,6 +297,7 @@
|
|||||||
{ "name": "aria2" },
|
{ "name": "aria2" },
|
||||||
{ "name": "azcopy10" },
|
{ "name": "azcopy10" },
|
||||||
{ "name": "Bicep" },
|
{ "name": "Bicep" },
|
||||||
|
{ "name": "innosetup" },
|
||||||
{ "name": "jq" },
|
{ "name": "jq" },
|
||||||
{ "name": "llvm" },
|
{ "name": "llvm" },
|
||||||
{ "name": "NuGet.CommandLine" },
|
{ "name": "NuGet.CommandLine" },
|
||||||
|
|||||||
Reference in New Issue
Block a user