aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2025-12-23 17:13:04 +1100
committerdaurnimator <quae@daurnimator.com>2025-12-23 17:13:04 +1100
commitddb1c93bf93c9774cb9d854a665d51c369ea5acd (patch)
treeeeee8abc3ebc8bd96e590538501f8e974be09b80
parent498a26568eb0ea6dd585bf9f87558e4a0e48387a (diff)
downloadluarocks-ddb1c93bf93c9774cb9d854a665d51c369ea5acd.tar.gz
luarocks-ddb1c93bf93c9774cb9d854a665d51c369ea5acd.tar.bz2
luarocks-ddb1c93bf93c9774cb9d854a665d51c369ea5acd.zip
.github/workflows: bump openssl version
This should fix our CI failure
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5acc786a..ecd6fd50 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.5.1" 307 LUAROCKS_DEPS_OPENSSL_VER: "3.6.0"
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