From 39febaf2c2cca74558cbd18a56e580f4acb08962 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Sun, 23 Jul 2023 20:49:55 +1100 Subject: [PATCH] a --- .github/workflows/build-linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index a3c2e2d..eafd63b 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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}}