Update CI

This commit is contained in:
flysand7 2023-07-27 09:21:39 +11:00
parent 7e6066ff85
commit 3d25b60b30
1 changed files with 4 additions and 13 deletions

View File

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