1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 09:11:48 -07:00

Github ci's cmd exited right after the first line, so perhaps the run script is secretly a batch file and needs to use "call".

This commit is contained in:
Richard Brooksby 2023-01-11 13:46:53 +00:00
parent 2127d952f4
commit f4973d593e

View file

@ -37,7 +37,7 @@ jobs:
- name: make
# Using path to Visual Studio documented at <https://github.com/actions/runner-images/blob/e6fcf60b8e6c0f80a065327eaefe836881c28b68/images/win/Windows2022-Readme.md?plain=1#L215>.
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cd code
nmake /f w3i6mv.nmk
shell: cmd