ci/win: prefer msys find.exe

runnvim.sh depends on it for file glob patterns.
This commit is contained in:
Jan Edmund Lazo 2018-03-28 02:27:10 -04:00
parent 79a8d905ab
commit 979569356f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if ($uploadToCodecov) {
}
# Old tests
$env:PATH += ';C:\msys64\usr\bin'
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1
if ($uploadToCodecov) {