mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[macOS] install tcl-tk explicitly (#5014)
This commit is contained in:
@@ -532,6 +532,11 @@ function Get-LibXextVersion {
|
||||
return "libXext $libXextVersion"
|
||||
}
|
||||
|
||||
function Get-TclTkVersion {
|
||||
$tcltkVersion = (brew info tcl-tk)[0] | Take-Part -Part 2
|
||||
return "Tcl/Tk $tcltkVersion"
|
||||
}
|
||||
|
||||
function Build-PackageManagementEnvironmentTable {
|
||||
return @(
|
||||
@{
|
||||
|
||||
Reference in New Issue
Block a user