mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-19 08:21:44 +00:00
7 lines
258 B
PowerShell
7 lines
258 B
PowerShell
################################################################################
|
|
## File: Install-OpenSSL.ps1
|
|
## Desc: Install OpenSSL
|
|
################################################################################
|
|
|
|
choco install openssl.light -y
|