mirror of https://github.com/flysand7/ciabatta.git
change shell to cmd for windows CI
This commit is contained in:
parent
35f10c78b7
commit
3df527c375
|
@ -37,5 +37,5 @@ jobs:
|
|||
run: python -m pip install pyjson5
|
||||
- name: Build
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
shell: bash
|
||||
run: ./build.py -m release -t tests/hello.c
|
||||
shell: cmd
|
||||
run: python build.py -m release -t tests/hello.c
|
||||
|
|
Loading…
Reference in New Issue