mirror of https://github.com/flysand7/ciabatta.git
gh-actions run luarocks to install lua deps
This commit is contained in:
parent
2222c6ecc7
commit
85462678a4
|
@ -22,7 +22,12 @@ jobs:
|
|||
version: latest
|
||||
platform: x64
|
||||
- name: Setup Lua
|
||||
uses: leafo/gh-actions-lua@v10
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
- name: Install lua dependencies
|
||||
shell: bash
|
||||
run: luarocks install argparse
|
||||
run: luarocks install lua-path
|
||||
- name: Build
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue