change shell to cmd for windows CI

This commit is contained in:
flysand7 2023-09-07 07:54:36 +11:00
parent 35f10c78b7
commit 3df527c375
1 changed files with 2 additions and 2 deletions

View File

@ -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