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
|
- name: Setup Lua
|
||||||
- uses: leafo/gh-actions-lua@v9
|
- uses: leafo/gh-actions-lua@v9
|
||||||
- uses: leafo/gh-actions-luarocks@v4
|
- uses: leafo/gh-actions-luarocks@v4
|
||||||
- name: Install lua dependencies
|
- name: Install argparse
|
||||||
shell: bash
|
shell: bash
|
||||||
run: luarocks install argparse
|
run: luarocks install argparse
|
||||||
|
- name: Install lua-path
|
||||||
|
shell: bash
|
||||||
run: luarocks install lua-path
|
run: luarocks install lua-path
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
|
|
Loading…
Reference in New Issue