$lua_dir = [System.IO.Path]::Combine("${{ runner.temp }}", "lua", "${{ matrix.LUA_VERSION }}"); $luarocks_dir = [System.IO.Path]::Combine("${{ runner.temp ...
It is neccessary for installing Lua Busted testing framework Download LuaRocks and install according instruction. Using LuaRocks to install packages in the current ...