mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
7 lines
247 B
PowerShell
7 lines
247 B
PowerShell
################################################################################
|
|
## File: Install-Perl.ps1
|
|
## Desc: Install Perl
|
|
################################################################################
|
|
|
|
choco install strawberryperl -y
|