mirror of https://github.com/flysand7/ciabatta.git
This commit is contained in:
parent
85462678a4
commit
39febaf2c2
|
@ -24,9 +24,11 @@ jobs:
|
|||
- name: Setup Lua
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
- name: Install lua dependencies
|
||||
- name: Install argparse
|
||||
shell: bash
|
||||
run: luarocks install argparse
|
||||
- name: Install lua-path
|
||||
shell: bash
|
||||
run: luarocks install lua-path
|
||||
- name: Build
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
|
|
Loading…
Reference in New Issue