mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +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'
|
$arch = 'INTEL'
|
||||||
$bits = '64'
|
$bits = '64'
|
||||||
$light = 'false'
|
$light = $false
|
||||||
$installer = "exe"
|
$installer = "exe"
|
||||||
$version = (Get-ToolsetContent).openssl.version
|
$version = (Get-ToolsetContent).openssl.version
|
||||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||||
|
|||||||
Reference in New Issue
Block a user