From 01b216dbc4a42373fcffbf33e5b24ba44cd9c6a0 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:01:28 -0500 Subject: [PATCH] let it end --- .github/workflows/windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e25aa78..0410a83 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -52,10 +52,10 @@ jobs: exit 1 } - - name: Download And Install 32-bit OpenSSL 3.1.5 + - name: Download And Install 32-bit OpenSSL run: | $installDir = "$Env:ProgramFiles\OpenSSL" - $installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_5.exe" + $installerURL = "https://slproweb.com/download/Win32OpenSSL-3_1_6.exe" $installerName = "Win32OpenSSL-3_1_5.exe" $installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName" @@ -112,11 +112,11 @@ jobs: exit 1 } - - name: Download And Install 64-bit OpenSSL 3.1.5 + - name: Download And Install 64-bit OpenSSL run: | $installDir = "$Env:ProgramFiles\OpenSSL" - $installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_5.exe" - $installerName = "Win64OpenSSL-3_1_5.exe" + $installerURL = "https://slproweb.com/download/Win64OpenSSL-3_1_6.exe" + $installerName = "Win64OpenSSL-3_1_6.exe" $installerPath = Join-Path -Path "${env:Temp}" -ChildPath "$installerName" (New-Object System.Net.WebClient).DownloadFile($installerURL, $installerPath)