From 83e36c86062d052fa1db48ee27709549b706b6a2 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Mon, 21 Feb 2022 17:49:28 +0000 Subject: patch 8.2.4433: CI: cannot see interface versions for MS-Windows Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811) --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e030df5714..7462e6db72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -514,7 +514,11 @@ jobs: - name: Check version shell: cmd - run: src\vim --version || exit 1 + run: | + PATH %LUA_DIR%;C:\msys64\${{ matrix.msystem }}\bin;%PATH%;%PYTHON3_DIR% + src\vim --version || exit 1 + src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-1.vim -c quit + src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit #- name: Prepare Artifact # shell: cmd -- cgit v1.2.3