mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[windows] fix openssl installation (#8313)
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user