diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d52ec55a..9c9de055cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,6 +340,8 @@ jobs: - name: Install test deps run: | + $PSNativeCommandArgumentPassing = 'Legacy' + & build\bin\nvim.exe "--version" # Ensure that the "win32" feature is set. |