mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
# 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
|
& "C:\msys64\mingw$bits\bin\mingw32-make.exe" -C $(Convert-Path ..\src\nvim\testdir) VERBOSE=1
|
||||||
|
|
||||||
if ($uploadToCodecov) {
|
if ($uploadToCodecov) {
|
||||||
|
Loading…
Reference in New Issue
Block a user