mirror of https://github.com/flysand7/ciabatta.git
This commit is contained in:
parent
3df527c375
commit
ef12aa6f44
|
@ -33,9 +33,6 @@ jobs:
|
||||||
from-source: false
|
from-source: false
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
- name: Install python dependencies
|
|
||||||
run: python -m pip install pyjson5
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
shell: cmd
|
|
||||||
run: python build.py -m release -t tests/hello.c
|
run: python build.py -m release -t tests/hello.c
|
||||||
|
|
Loading…
Reference in New Issue