mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-08 02:57:34 +08:00
[MacOS] Add ImageMagick (#5445)
This commit is contained in:
@@ -547,6 +547,11 @@ function Get-YqVersion {
|
||||
return "$yqVersion"
|
||||
}
|
||||
|
||||
function Get-ImageMagickVersion {
|
||||
$imagemagickVersion = Run-Command "magick --version" | Select-Object -First 1 | Take-Part -Part 1,2
|
||||
return "$imagemagickVersion"
|
||||
}
|
||||
|
||||
function Build-PackageManagementEnvironmentTable {
|
||||
return @(
|
||||
@{
|
||||
|
||||
Reference in New Issue
Block a user