This commit is contained in:
flysand7 2023-09-07 08:22:12 +11:00
parent 1dc7b41cc1
commit c1e3d72d2f
1 changed files with 2 additions and 1 deletions

View File

@ -39,4 +39,5 @@ jobs:
uses: actions/setup-python@v4
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: python build.py -m release -t tests/hello.c
shell: bash
run: ./build.py -m release -t tests/hello.c