mirror of https://github.com/flysand7/ciabatta.git
????????
This commit is contained in:
parent
1dc7b41cc1
commit
c1e3d72d2f
|
@ -39,4 +39,5 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
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
|
||||||
|
|
Loading…
Reference in New Issue