From bf22661c6047e4b1d86bbb8ac871695fe2eecb64 Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Thu, 28 Dec 2023 18:27:02 +0000 Subject: [PATCH] fixes to github win32 build action --- .github/workflows/binaries-win32.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/binaries-win32.yml b/.github/workflows/binaries-win32.yml index 9c84149e..fe9058ce 100644 --- a/.github/workflows/binaries-win32.yml +++ b/.github/workflows/binaries-win32.yml @@ -35,15 +35,15 @@ jobs: - name: compile mew shell: cmd run: | - echo set + echo ::set set - echo ${Env:VSDEVCMD} -arch=x86 - ${Env:VSDEVCMD} -arch=x86 - echo set + echo ::"%VSDEVCMD%" -arch=x86 + "%VSDEVCMD%" -arch=x86 + echo ::set set - echo cd microemacs\src + echo ::cd microemacs\src cd microemacs\src - echo .\build.bat -t w + echo ::.\build.bat -t w .\build.bat -t w