mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 13:56:47 +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"
|
||||
|
||||
Reference in New Issue
Block a user