From 5fbbd5e6ebf5c5f79363440b6be7cd582e73d0c5 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 13 Apr 2024 14:34:13 +0000 Subject: [PATCH] changing the openssl links every update isn't sustainable --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ba2b81f..af298e6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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"