From 3df527c375beb866fa06e61087682df53be34c68 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Thu, 7 Sep 2023 07:54:36 +1100 Subject: [PATCH] change shell to cmd for windows CI --- .github/workflows/build-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 086e346..dcdeff8 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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