From d57ae00b20597f77fa7eba8e24fbd79ce7c2d3b7 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 21 May 2026 18:35:36 -0300 Subject: ci: bump OpenSSL --- .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 17119342..90f61ad5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -168,7 +168,7 @@ jobs: - name: Configure LuaRocks to build the cross compiled binaries run: ./configure "--with-lua=${{ github.workspace }}/.lua" - - name: Cross compile `luarocks.exe` and `luarocks-admin.exe` + - name: Cross compile `luarocks.exe` and `luarocks-admin.exe` run: make "MINGW_SYSROOT=${{ matrix.mingw-sysroot }}" ${{ matrix.make-target }} ############################################################################## @@ -349,7 +349,7 @@ jobs: # The following env variables # only applies to Visual Studio LUAROCKS_DEPS_DIR: c:\external - LUAROCKS_DEPS_OPENSSL_VER: "3.6.1" + LUAROCKS_DEPS_OPENSSL_VER: "3.6.2" LUAROCKS_DEPS_ZLIB_VER: "1.3.1" # The following env variable # applies to both Visual Studio and MinGW-w64 -- cgit v1.2.3-55-g6feb