mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
7 lines
262 B
PowerShell
7 lines
262 B
PowerShell
################################################################################
|
|
## File: Install-OpenSSL.ps1
|
|
## Desc: Install OpenSSL
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName openssl.light
|