mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-19 04:11:01 +02:00
changing the openssl links every update isn't sustainable
This commit is contained in:
parent
d378c6499e
commit
5fbbd5e6eb
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Download And Install 32-bit OpenSSL 3.1.4
|
||||
run: |
|
||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||
$installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_4.exe"
|
||||
$installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_5.exe"
|
||||
$installerName = "Win32OpenSSL-3_1_4.exe"
|
||||
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
||||
|
||||
@ -115,7 +115,7 @@ jobs:
|
||||
- name: Download And Install 64-bit OpenSSL 3.1.4
|
||||
run: |
|
||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||
$installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_4.exe"
|
||||
$installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe"
|
||||
$installerName = "Win64OpenSSL-3_1_4.exe"
|
||||
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user