mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Windows] Add Perl to windows-2022 (#4808)
* Add Perl to windows-2022 toolset * Add missing tests and software report for perl
This commit is contained in:
@@ -42,16 +42,12 @@ $languageTools = @(
|
||||
(Get-JuliaVersion),
|
||||
(Get-LLVMVersion),
|
||||
(Get-NodeVersion),
|
||||
(Get-PerlVersion)
|
||||
(Get-PHPVersion),
|
||||
(Get-PythonVersion),
|
||||
(Get-RubyVersion),
|
||||
(Get-KotlinVersion)
|
||||
)
|
||||
if ((Test-IsWin16) -or (Test-IsWin19)) {
|
||||
$languageTools += @(
|
||||
(Get-PerlVersion)
|
||||
)
|
||||
}
|
||||
$markdown += New-MDList -Style Unordered -Lines ($languageTools | Sort-Object)
|
||||
|
||||
$packageManagementList = @(
|
||||
|
||||
Reference in New Issue
Block a user