ci attempt two
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -30,11 +30,14 @@ jobs:
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: setup-lua
|
||||
uses: ljmf00/setup-lua@v1.0.0
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
with:
|
||||
lua-version: 5.1.0
|
||||
install-luarocks: true
|
||||
luarocks-version: 3.9.0
|
||||
luaVersion: "5.1.0"
|
||||
|
||||
- name: setup-luarocks
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
with:
|
||||
luarocksVersion: "3.9.0"
|
||||
|
||||
- name: install-lfs
|
||||
run: luarocks install luafilesystem
|
||||
|
||||
Reference in New Issue
Block a user