aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2026-05-21 18:35:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2026-05-21 19:21:06 -0300
commitd57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7 (patch)
treed3642b56e06e726b79ed9e15e2554f4364bc4e58
parentfc402072fca856f05e8ae09799cd6c2a2352dd17 (diff)
downloadluarocks-d57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7.tar.gz
luarocks-d57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7.tar.bz2
luarocks-d57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7.zip
ci: bump OpenSSL
-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 17119342..90f61ad5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -168,7 +168,7 @@ jobs:
168 - name: Configure LuaRocks to build the cross compiled binaries 168 - name: Configure LuaRocks to build the cross compiled binaries
169 run: ./configure "--with-lua=${{ github.workspace }}/.lua" 169 run: ./configure "--with-lua=${{ github.workspace }}/.lua"
170 170
171 - name: Cross compile `luarocks.exe` and `luarocks-admin.exe` 171 - name: Cross compile `luarocks.exe` and `luarocks-admin.exe`
172 run: make "MINGW_SYSROOT=${{ matrix.mingw-sysroot }}" ${{ matrix.make-target }} 172 run: make "MINGW_SYSROOT=${{ matrix.mingw-sysroot }}" ${{ matrix.make-target }}
173 173
174 ############################################################################## 174 ##############################################################################
@@ -349,7 +349,7 @@ jobs:
349 # The following env variables 349 # The following env variables
350 # only applies to Visual Studio 350 # only applies to Visual Studio
351 LUAROCKS_DEPS_DIR: c:\external 351 LUAROCKS_DEPS_DIR: c:\external
352 LUAROCKS_DEPS_OPENSSL_VER: "3.6.1" 352 LUAROCKS_DEPS_OPENSSL_VER: "3.6.2"
353 LUAROCKS_DEPS_ZLIB_VER: "1.3.1" 353 LUAROCKS_DEPS_ZLIB_VER: "1.3.1"
354 # The following env variable 354 # The following env variable
355 # applies to both Visual Studio and MinGW-w64 355 # applies to both Visual Studio and MinGW-w64