This commit is contained in:
flysand7 2023-07-23 20:49:55 +11:00
parent 85462678a4
commit 39febaf2c2
1 changed files with 3 additions and 1 deletions

View File

@ -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}}