mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
7 lines
252 B
PowerShell
7 lines
252 B
PowerShell
################################################################################
|
|
## File: Install-OpenSSL.ps1
|
|
## Desc: Install OpenSSL
|
|
################################################################################
|
|
|
|
choco install openssl.light -y
|