Force GitForWindows to be closer to the front of PATH on CI than moztools.

This commit is contained in:
Josh Matthews 2019-11-27 11:59:33 -05:00 committed by GitHub
parent fcdf347d83
commit 5ebccf22f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,6 +158,7 @@ windows_build_env = {
"all": {
"PYTHON3": "%HOMEDRIVE%%HOMEPATH%\\python3\\python.exe",
"LINKER": "lld-link.exe",
"MOZTOOLS_PATH_PREPEND": "%HOMEDRIVE%%HOMEPATH%\\git\\cmd",
},
}