mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] Temp patch for PhantomJS/libssl conflict (#7358)
This commit is contained in:
@@ -189,6 +189,7 @@ function Get-PackerVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-PhantomJSVersion {
|
function Get-PhantomJSVersion {
|
||||||
|
$env:OPENSSL_CONF="/etc/ssl"; phantomjs --version
|
||||||
return $(phantomjs --version)
|
return $(phantomjs --version)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -326,6 +326,7 @@ Describe "Pulumi" {
|
|||||||
|
|
||||||
Describe "Phantomjs" -Skip:(Test-IsUbuntu22) {
|
Describe "Phantomjs" -Skip:(Test-IsUbuntu22) {
|
||||||
It "phantomjs" {
|
It "phantomjs" {
|
||||||
|
$env:OPENSSL_CONF="/etc/ssl"; phantomjs --version
|
||||||
"phantomjs --version" | Should -ReturnZeroExitCode
|
"phantomjs --version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user