This action sets up a Lua environment by building a version of Lua and adding it PATH.
See action.yml
Install the latest version of Lua (5.4.4)
- uses: luadevkit/setup-lua
Install the latest version of Lua (5.4.4) and LuaRocks (3.9.1)
- uses: luadevkit/setup-lua
with:
luarocks-version: latest
Install specific versions of Lua and LuaRocks:
- uses: luadevkit/setup-lua
with:
lua-version: '5.4'
luarocks-version: '3.9.1'
The scripts and documentation in this project are released under the MIT License