From 1e4f8d02618311cfb7a94344c5da809c78c9afd8 Mon Sep 17 00:00:00 2001 From: luau-project Date: Tue, 22 Jul 2025 20:59:02 -0300 Subject: chore(ci): bump OpenSSL to 3.5.1 and improve error message. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcc223b9..6f688f0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -304,7 +304,7 @@ jobs: # The following env variables # only applies to Visual Studio LUAROCKS_DEPS_DIR: c:\external - LUAROCKS_DEPS_OPENSSL_VER: "3.4.1" + LUAROCKS_DEPS_OPENSSL_VER: "3.5.1" LUAROCKS_DEPS_ZLIB_VER: "1.3.1" # The following env variable # applies to both Visual Studio and MinGW-w64 @@ -487,7 +487,7 @@ jobs: } if ($installerUrl -eq $null) { - throw "Installer not found for version $version"; + throw "Installer not found for version ${version}. Please, update OpenSSL to the latest version found at ${jsonUrl}"; } # Download the installer -- cgit v1.2.3-55-g6feb