mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[macOS] Remove xctool formula installation (#6128)
This commit is contained in:
@@ -246,13 +246,6 @@ function Build-XcodeSupportToolsSection {
|
||||
)
|
||||
}
|
||||
|
||||
if ($os.IsCatalina) {
|
||||
$xctool = Run-Command "xctool --version"
|
||||
$toolList += @(
|
||||
"xctool $xctool"
|
||||
)
|
||||
}
|
||||
|
||||
$output = ""
|
||||
$output += New-MDHeader "Xcode Support Tools" -Level 4
|
||||
$output += New-MDList -Style Unordered -Lines $toolList
|
||||
|
||||
Reference in New Issue
Block a user