mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
8 lines
319 B
PowerShell
8 lines
319 B
PowerShell
################################################################################
|
|
## File: Install-OpenSSL.ps1
|
|
## Desc: Install OpenSSL
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName openssl.light
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "OpenSSL" |