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:
parent
2127d952f4
commit
f4973d593e
1 changed files with 1 additions and 1 deletions
2
mps/.github/workflows/c-cpp.yml
vendored
2
mps/.github/workflows/c-cpp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue