Update CI

This commit is contained in:
flysand7 2023-07-27 09:23:33 +11:00
parent 3d25b60b30
commit 0e14742117
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ jobs:
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
shell: bash
run: ./build.lua --clean --release --platform linux -t tests/empty.c
run: ./build.py --mode release --target linux --test tests/empty.c