dwenegar / setup-lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-lua

build

This action sets up a Lua environment by building a version of Lua and adding it PATH.

Usage

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'

License

The scripts and documentation in this project are released under the MIT License

About

License:MIT License


Languages

Language:JavaScript 59.0%Language:TypeScript 41.0%