mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Expand inner arrays in languageAndRuntimeList array (#4714)
This commit is contained in:
committed by
GitHub
parent
c44447f874
commit
9c8ba4fede
@@ -31,22 +31,22 @@ $markdown += New-MDList -Style Unordered -Lines ("Image Version: {0}" -f $ImageN
|
||||
$markdown += New-MDHeader "Installed Software" -Level 2
|
||||
$markdown += New-MDHeader "Language and Runtime" -Level 3
|
||||
$languageAndRuntimeList = @(
|
||||
(Get-BashVersion),
|
||||
(Get-MSBuildVersion),
|
||||
(Get-NodeVersion),
|
||||
(Get-NVMVersion),
|
||||
(Get-NVMNodeVersionList),
|
||||
(Get-PerlVersion),
|
||||
(Get-PythonVersion),
|
||||
(Get-Python3Version),
|
||||
(Get-RubyVersion),
|
||||
(Get-DotnetVersionList),
|
||||
(Get-GoVersion),
|
||||
(Get-JuliaVersion),
|
||||
(Get-KotlinVersion),
|
||||
(Get-PHPVersion),
|
||||
(Get-ClangLLVMVersion),
|
||||
(Get-GccVersion),
|
||||
(Get-BashVersion)
|
||||
(Get-MSBuildVersion)
|
||||
(Get-NodeVersion)
|
||||
(Get-NVMVersion)
|
||||
(Get-NVMNodeVersionList)
|
||||
(Get-PerlVersion)
|
||||
(Get-PythonVersion)
|
||||
(Get-Python3Version)
|
||||
(Get-RubyVersion)
|
||||
(Get-DotnetVersionList)
|
||||
(Get-GoVersion)
|
||||
(Get-JuliaVersion)
|
||||
(Get-KotlinVersion)
|
||||
(Get-PHPVersion)
|
||||
(Get-ClangLLVMVersion)
|
||||
(Get-GccVersion)
|
||||
(Get-FortranVersion)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user