mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[WIndows] Update OpenSSL to 3.* on windows-2022 and script itself (#13119)
This commit is contained in:
@@ -22,7 +22,7 @@ $installerHash = $null
|
||||
|
||||
foreach ($key in $installerNames) {
|
||||
$installer = $installersAvailable.$key
|
||||
if (($installer.light -eq $light) -and ($installer.arch -eq $arch) -and ($installer.bits -eq $bits) -and ($installer.installer -eq $installerType) -and ($installer.basever -eq $version)) {
|
||||
if (($installer.light -eq $light) -and ($installer.arch -eq $arch) -and ($installer.bits -eq $bits) -and ($installer.installer -eq $installerType) -and ($installer.basever -like $version)) {
|
||||
$installerUrl = $installer.url
|
||||
$installerHash = $installer.sha512
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user