mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[MacOS] Add ImageMagick (#5445)
This commit is contained in:
@@ -186,4 +186,10 @@ Describe "yq" {
|
||||
It "yq" {
|
||||
"yq --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "imagemagick" {
|
||||
It "imagemagick" {
|
||||
"magick -version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user