mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 13:27:15 +08:00
[windows] fix openssl package condition (#8347)
we intend to install full package, not light. accidently condition was incorrect
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
$arch = 'INTEL'
|
||||
$bits = '64'
|
||||
$light = 'false'
|
||||
$light = $false
|
||||
$installer = "exe"
|
||||
$version = (Get-ToolsetContent).openssl.version
|
||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||
|
||||
Reference in New Issue
Block a user