This commit is contained in:
flysand7 2023-09-07 08:06:56 +11:00
parent ef12aa6f44
commit ce6ffd2920
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: python build.py -m release -t tests/hello.c
run: python3 build.py -m release -t tests/hello.c