mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-04 00:44:52 +08:00
Add jazzy tool to MacOS 10.14 - 12 (#4348)
This commit is contained in:
@@ -512,6 +512,11 @@ function Get-SbtVersion {
|
||||
return "Sbt $sbtVersion"
|
||||
}
|
||||
|
||||
function Get-JazzyVersion {
|
||||
$jazzyVersion = Run-Command "jazzy --version" | Take-Part -Part 2
|
||||
return "Jazzy $jazzyVersion"
|
||||
}
|
||||
|
||||
function Build-PackageManagementEnvironmentTable {
|
||||
return @(
|
||||
@{
|
||||
|
||||
@@ -176,6 +176,7 @@ $markdown += New-MDNewLine
|
||||
# Tools
|
||||
$markdown += New-MDHeader "Tools" -Level 3
|
||||
$toolsList = @(
|
||||
(Get-JazzyVersion),
|
||||
(Get-FastlaneVersion),
|
||||
(Get-CmakeVersion),
|
||||
(Get-AppCenterCLIVersion),
|
||||
|
||||
Reference in New Issue
Block a user