Skip to content
Compare
Choose a tag to compare
@leafo leafo released this 25 Mar 22:01

What's changed

  • Fix failure when installing LuaRocks 2.x (Note that LuaRocks 2.x is not compatible with Lua 5.4, if you wish to use older version of LuaRocks you will need to explicitly state the version of Lua you are installed when using leafo/gh-actions-lua
  • LuaRocks is now built in the RUNNER_TEMP directory instead of in the working directory (previously $(pwd)/.luarocks-install)
  • LuaRocks is now built using --with-lua instead of --with-lua-bin (should have no impact on end result)

Misc

  • Updated test suite for LuaRocks 2.4
  • Updated test suite for Lua 5.4

Full Changelog: v4.2.0...v4.3.0