mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +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
|
||||
|
||||
@@ -150,12 +150,6 @@ Describe "virtualbox" -Skip:($os.IsBigSur) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
|
||||
It "xctool" {
|
||||
"xctool --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "R" {
|
||||
It "R" {
|
||||
"R --version" | Should -ReturnZeroExitCode
|
||||
|
||||
@@ -221,7 +221,6 @@
|
||||
"subversion",
|
||||
"swiftformat",
|
||||
"swig",
|
||||
"xctool",
|
||||
"zstd",
|
||||
"zlib",
|
||||
"libxext",
|
||||
|
||||
Reference in New Issue
Block a user