mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 04:20:17 +02:00
Update windows.yml
This commit is contained in:
parent
5fbbd5e6eb
commit
8ec60bf396
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -52,11 +52,11 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Download And Install 32-bit OpenSSL 3.1.4
|
- name: Download And Install 32-bit OpenSSL 3.1.5
|
||||||
run: |
|
run: |
|
||||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||||
$installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_5.exe"
|
$installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_5.exe"
|
||||||
$installerName = "Win32OpenSSL-3_1_4.exe"
|
$installerName = "Win32OpenSSL-3_1_5.exe"
|
||||||
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
||||||
|
|
||||||
(New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath)
|
(New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath)
|
||||||
@ -112,11 +112,11 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Download And Install 64-bit OpenSSL 3.1.4
|
- name: Download And Install 64-bit OpenSSL 3.1.5
|
||||||
run: |
|
run: |
|
||||||
$installDir = "$Env:ProgramFiles\OpenSSL"
|
$installDir = "$Env:ProgramFiles\OpenSSL"
|
||||||
$installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe"
|
$installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe"
|
||||||
$installerName = "Win64OpenSSL-3_1_4.exe"
|
$installerName = "Win64OpenSSL-3_1_5.exe"
|
||||||
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
$installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName"
|
||||||
|
|
||||||
(New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath)
|
(New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user