From 65636b0a1faf3f050a41eebac0da2034bcd89c6c Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 19 Dec 2024 20:52:42 +0100 Subject: [PATCH] fix: upgrade mingw openssl to 3.4.0-1 --- .github/actions/internal/setup-lua/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/internal/setup-lua/action.yml b/.github/actions/internal/setup-lua/action.yml index 875eb2d..6a46957 100644 --- a/.github/actions/internal/setup-lua/action.yml +++ b/.github/actions/internal/setup-lua/action.yml @@ -137,7 +137,7 @@ runs: echo "::group::Setup Lua: Install mingw/openssl" # https://github.com/brunoos/luasec/issues/150#issuecomment-1416754488 - install_mingw_package "openssl" "1.1.1.s-1" + install_mingw_package "openssl" "3.4.0-1" lualib_install_opts+=" OPENSSL_INCDIR=$(cygpath -wsa /include) OPENSSL_LIBDIR=$(cygpath -wsa /lib)" echo "::endgroup::"