This commit is contained in:
flysand7 2023-09-07 08:08:57 +11:00
parent ce6ffd2920
commit 5bd2860eaf
1 changed files with 1 additions and 1 deletions

View File

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