mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
appveyor: use a clean %PATH%
AppVeyor build workers have Git for Windows on the %PATH%, which includes some MSYS2 binaries. Having multiple MSYS2 installations on the %PATH% causes cygheap errors, so remove them and make sure %PATH% only has stuff we need.
This commit is contained in:
parent
5453604606
commit
df12f76910
@ -4,6 +4,8 @@ branches:
|
||||
- appveyor
|
||||
|
||||
environment:
|
||||
global:
|
||||
PATH: C:\msys64\usr\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
|
||||
matrix:
|
||||
- MSYSTEM: MINGW64
|
||||
- MSYSTEM: MINGW32
|
||||
|
Loading…
Reference in New Issue
Block a user