From 3d25b60b3086f74ac0acb6a4ee2600a276205690 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Thu, 27 Jul 2023 09:21:39 +1100 Subject: [PATCH] Update CI --- .github/workflows/build-linux.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 2d47a25..a627f71 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -21,19 +21,10 @@ jobs: platform: x64 - name: Setup NASM uses: ilammy/setup-nasm@v1 - - name: Setup Lua - uses: leafo/gh-actions-lua@v9 - - name: Setup Luarocks - uses: leafo/gh-actions-luarocks@v4 - - name: Install argparse - shell: bash - run: luarocks install argparse - - name: Install lua-path - shell: bash - run: luarocks install lua-path - - name: Install luafilesystem - shell: bash - run: luarocks install luafilesystem + - name: Set up Python + uses: actions/setup-python@v4 + - name: Install python dependencies + run: python -m pip install pyjson5 - name: Build working-directory: ${{env.GITHUB_WORKSPACE}} shell: bash