mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 13:56:47 +00:00
[Ubuntu] Use OpenSSL package version in output (#5384)
This commit is contained in:
committed by
GitHub
parent
1ce167f82d
commit
f5ca411fa7
@@ -83,7 +83,7 @@ function Get-NodeVersion {
|
||||
}
|
||||
|
||||
function Get-OpensslVersion {
|
||||
return $(openssl version)
|
||||
return "OpenSSL $(dpkg-query -W -f '${Version}' openssl)"
|
||||
}
|
||||
|
||||
function Get-PerlVersion {
|
||||
|
||||
Reference in New Issue
Block a user