mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
7 lines
257 B
PowerShell
7 lines
257 B
PowerShell
################################################################################
|
|
## File: Install-Perl.ps1
|
|
## Desc: Install Perl
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName strawberryperl
|