From d072d31701b16caeec77cbfb59da5ab3ec2a2402 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Oct 2022 08:55:08 +0200 Subject: [PATCH] Use cmd instead of sh. --- .github/actions/pandemonium-build-win-x86/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/pandemonium-build-win-x86/action.yml b/.github/actions/pandemonium-build-win-x86/action.yml index 83637a66f..d4ff935a3 100644 --- a/.github/actions/pandemonium-build-win-x86/action.yml +++ b/.github/actions/pandemonium-build-win-x86/action.yml @@ -27,7 +27,7 @@ runs: using: "composite" steps: - name: Scons Build - shell: sh + shell: cmd env: SCONSFLAGS: ${{ inputs.sconsflags }} SCONS_CACHE: ${{ inputs.scons-cache }} @@ -36,4 +36,4 @@ runs: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86 echo "Building with flags:" ${{ env.SCONSFLAGS }} scons p=${{ inputs.platform }} target=${{ inputs.target }} tools=${{ inputs.tools }} tests=${{ inputs.tests }} --jobs=2 ${{ env.SCONSFLAGS }} - ls -l bin/ + dir /a bin/