mirror of https://github.com/flysand7/ciabatta.git
Update CI
This commit is contained in:
parent
7e6066ff85
commit
3d25b60b30
|
@ -21,19 +21,10 @@ jobs:
|
||||||
platform: x64
|
platform: x64
|
||||||
- name: Setup NASM
|
- name: Setup NASM
|
||||||
uses: ilammy/setup-nasm@v1
|
uses: ilammy/setup-nasm@v1
|
||||||
- name: Setup Lua
|
- name: Set up Python
|
||||||
uses: leafo/gh-actions-lua@v9
|
uses: actions/setup-python@v4
|
||||||
- name: Setup Luarocks
|
- name: Install python dependencies
|
||||||
uses: leafo/gh-actions-luarocks@v4
|
run: python -m pip install pyjson5
|
||||||
- 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: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue