[windows] fix openssl installation (#8313)

This commit is contained in:
ilia-shipitsin
2023-09-18 18:11:13 +02:00
committed by GitHub
parent 3b6bcd7dca
commit cd9413ee05

View File

@@ -26,7 +26,6 @@ $installersAvailable | Get-Member -MemberType NoteProperty | ForEach-Object {
$installerUrl = $installersAvailable.$key.url $installerUrl = $installersAvailable.$key.url
$installerName = $key $installerName = $key
$distributor_file_hash = $installersAvailable.$key.sha512 $distributor_file_hash = $installersAvailable.$key.sha512
Break;
} }
} }