mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[Windows] Add script for OpenSSL installation (#7337)
This commit is contained in:
committed by
GitHub
parent
078d815ad5
commit
d9b4647e11
@@ -454,10 +454,6 @@
|
||||
{ "name": "innosetup" },
|
||||
{ "name": "jq" },
|
||||
{ "name": "NuGet.CommandLine" },
|
||||
{
|
||||
"name": "openssl.light",
|
||||
"args": [ "--version=1.1.1.20181020" ]
|
||||
},
|
||||
{ "name": "packer" },
|
||||
{ "name": "strawberryperl" },
|
||||
{ "name": "pulumi" },
|
||||
@@ -502,5 +498,8 @@
|
||||
"kotlin": {
|
||||
"version": "latest",
|
||||
"binary_name": "kotlin-compiler"
|
||||
},
|
||||
"openssl": {
|
||||
"version": "1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -365,10 +365,6 @@
|
||||
{ "name": "innosetup" },
|
||||
{ "name": "jq" },
|
||||
{ "name": "NuGet.CommandLine" },
|
||||
{
|
||||
"name": "openssl.light",
|
||||
"args": [ "--version=1.1.1.20181020" ]
|
||||
},
|
||||
{ "name": "packer" },
|
||||
{ "name": "strawberryperl" },
|
||||
{ "name": "pulumi" },
|
||||
@@ -413,5 +409,8 @@
|
||||
"kotlin": {
|
||||
"version": "latest",
|
||||
"binary_name": "kotlin-compiler"
|
||||
},
|
||||
"openssl": {
|
||||
"version": "1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user