mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +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 {
|
function Get-OpensslVersion {
|
||||||
return $(openssl version)
|
return "OpenSSL $(dpkg-query -W -f '${Version}' openssl)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-PerlVersion {
|
function Get-PerlVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user