mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 06:19:21 +00:00
[macOS] Add tcl-tk to macOS13 and macOS14 (#10735)
This commit is contained in:
committed by
GitHub
parent
59b3801509
commit
2889cfe878
@@ -293,9 +293,11 @@ if ($os.IsMonterey) {
|
|||||||
$miscellaneous.AddToolVersion("Zlib", $(Get-ZlibVersion))
|
$miscellaneous.AddToolVersion("Zlib", $(Get-ZlibVersion))
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($os.IsSonomaX64 -or $os.IsVenturaX64 -or $os.IsSequoiaX64) {
|
if ($os.IsSonoma -or $os.IsVentura) {
|
||||||
$miscellaneous = $installedSoftware.AddHeader("Miscellaneous")
|
$miscellaneous = $installedSoftware.AddHeader("Miscellaneous")
|
||||||
|
$miscellaneous.AddToolVersion("Tcl/Tk", $(Get-TclTkVersion))
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($os.IsMonterey -or $os.IsSonomaX64 -or $os.IsVenturaX64) {
|
if ($os.IsMonterey -or $os.IsSonomaX64 -or $os.IsVenturaX64) {
|
||||||
|
|
||||||
Write-Host "Adding environment variables for parallels"
|
Write-Host "Adding environment variables for parallels"
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
"perl",
|
"perl",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"swiftformat",
|
"swiftformat",
|
||||||
|
"tcl-tk",
|
||||||
"zstd",
|
"zstd",
|
||||||
"gmp",
|
"gmp",
|
||||||
"yq",
|
"yq",
|
||||||
|
|||||||
@@ -79,6 +79,7 @@
|
|||||||
"perl",
|
"perl",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"swiftformat",
|
"swiftformat",
|
||||||
|
"tcl-tk",
|
||||||
"zstd",
|
"zstd",
|
||||||
"gmp",
|
"gmp",
|
||||||
"yq",
|
"yq",
|
||||||
|
|||||||
Reference in New Issue
Block a user