mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 06:19:21 +00:00
Add openssl to software readme (#2984)
This commit is contained in:
@@ -48,6 +48,10 @@ function Get-NodeVersion {
|
||||
return "Node $nodeVersion"
|
||||
}
|
||||
|
||||
function Get-OpensslVersion {
|
||||
return $(openssl version)
|
||||
}
|
||||
|
||||
function Get-PerlVersion {
|
||||
$version = $(perl -e 'print substr($^V,1)')
|
||||
return "Perl $version"
|
||||
|
||||
@@ -129,6 +129,7 @@ $toolsList = @(
|
||||
(Get-NetToolsVersion),
|
||||
(Get-NewmanVersion),
|
||||
(Get-NvmVersion),
|
||||
(Get-OpensslVersion),
|
||||
(Get-PackerVersion),
|
||||
(Get-PassVersion),
|
||||
(Get-PhantomJSVersion),
|
||||
|
||||
Reference in New Issue
Block a user