mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
[Mac OS] Remove hub utility (#8364)
This commit is contained in:
committed by
GitHub
parent
8cb738bb54
commit
2cbf4a7f93
@@ -302,11 +302,6 @@ function Get-GitHubCLIVersion {
|
||||
return $ghVersion
|
||||
}
|
||||
|
||||
function Get-HubVersion {
|
||||
$hubVersion = Run-Command "brew list --versions hub" | Take-Part -Part 1
|
||||
return $hubVersion
|
||||
}
|
||||
|
||||
function Get-WgetVersion {
|
||||
$wgetVersion = Run-Command "wget --version" | Select-String "GNU Wget" | Take-Part -Part 2
|
||||
return $wgetVersion
|
||||
@@ -634,4 +629,4 @@ function Get-ColimaVersion {
|
||||
function Get-PKGConfigVersion {
|
||||
$pkgconfigVersion = Run-Command "pkg-config --version"
|
||||
return $pkgconfigVersion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user