aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorluau-project <luau.project@gmail.com>2025-07-22 20:59:02 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-07-27 04:05:00 -0300
commit1e4f8d02618311cfb7a94344c5da809c78c9afd8 (patch)
tree3223c3a0b659b184224c22a6143d139f5c71217c /.github
parent0f1613be8536a17bf7bf47b83e294c841d36333f (diff)
downloadluarocks-1e4f8d02618311cfb7a94344c5da809c78c9afd8.tar.gz
luarocks-1e4f8d02618311cfb7a94344c5da809c78c9afd8.tar.bz2
luarocks-1e4f8d02618311cfb7a94344c5da809c78c9afd8.zip
chore(ci): bump OpenSSL to 3.5.1 and improve error message.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files 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:
304 # The following env variables 304 # The following env variables
305 # only applies to Visual Studio 305 # only applies to Visual Studio
306 LUAROCKS_DEPS_DIR: c:\external 306 LUAROCKS_DEPS_DIR: c:\external
307 LUAROCKS_DEPS_OPENSSL_VER: "3.4.1" 307 LUAROCKS_DEPS_OPENSSL_VER: "3.5.1"
308 LUAROCKS_DEPS_ZLIB_VER: "1.3.1" 308 LUAROCKS_DEPS_ZLIB_VER: "1.3.1"
309 # The following env variable 309 # The following env variable
310 # applies to both Visual Studio and MinGW-w64 310 # applies to both Visual Studio and MinGW-w64
@@ -487,7 +487,7 @@ jobs:
487 } 487 }
488 488
489 if ($installerUrl -eq $null) { 489 if ($installerUrl -eq $null) {
490 throw "Installer not found for version $version"; 490 throw "Installer not found for version ${version}. Please, update OpenSSL to the latest version found at ${jsonUrl}";
491 } 491 }
492 492
493 # Download the installer 493 # Download the installer