mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 15:56:47 +00:00
Validate OpenSSL version in Windows (#7372)
This commit is contained in:
committed by
GitHub
parent
709d0b30fe
commit
425daf97b4
@@ -226,6 +226,7 @@ Describe "SQL OLEDB Driver" {
|
|||||||
|
|
||||||
Describe "OpenSSL" {
|
Describe "OpenSSL" {
|
||||||
It "OpenSSL" {
|
It "OpenSSL" {
|
||||||
"openssl version" | Should -ReturnZeroExitCode
|
$OpenSSLVersion = (Get-ToolsetContent).openssl.version
|
||||||
|
openssl version | Should -BeLike "* ${OpenSSLVersion}*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user