mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
ci/win: prefer msys find.exe
runnvim.sh depends on it for file glob patterns.
This commit is contained in:
parent
79a8d905ab
commit
979569356f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user