mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Windows] Add ImageMagick tool (#6247)
* Add ImageMagick tool * Add ImageMagick tool
This commit is contained in:
@@ -119,7 +119,8 @@ $toolsList = @(
|
||||
(Get-WinAppDriver),
|
||||
(Get-WixVersion),
|
||||
(Get-ZstdVersion),
|
||||
(Get-YAMLLintVersion)
|
||||
(Get-YAMLLintVersion),
|
||||
(Get-ImageMagickVersion)
|
||||
)
|
||||
if (Test-IsWin19) {
|
||||
$toolsList += @(
|
||||
|
||||
Reference in New Issue
Block a user