Skip to content

Commit

Permalink
fix: upgrade mingw openssl to 3.4.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 19, 2024
1 parent 7d613df commit 65636b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/internal/setup-lua/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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::"
Expand Down

0 comments on commit 65636b0

Please sign in to comment.