mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 13:56:47 +00:00
[macOS] Add xcodes and xcbeautify to macOS images (#8835)
This commit is contained in:
@@ -626,3 +626,13 @@ function Get-PKGConfigVersion {
|
||||
$pkgconfigVersion = Run-Command "pkg-config --version"
|
||||
return $pkgconfigVersion
|
||||
}
|
||||
|
||||
function Get-XcbeautifyVersion {
|
||||
$XcbeautifyVersion = Run-Command "xcbeautify --version"
|
||||
return $XcbeautifyVersion
|
||||
}
|
||||
|
||||
function Get-XcodesVersion {
|
||||
$XcodesVersion = Run-Command "xcodes version"
|
||||
return $XcodesVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user