Skip to content

Commit

Permalink
fixes to github win32 build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Phillips committed Dec 28, 2023
1 parent 7125b3d commit bf22661
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/binaries-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf22661

Please sign in to comment.