From ce0fe368ab60706549f47ed36975c276e0127a6a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 12 Mar 2019 16:02:39 -0400 Subject: [PATCH] set git pathing --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ac377bccb0..d302e20239 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,8 @@ install: before_build: - node --version - npm --version +- cmd: set "GIT_PATH=C:\Program Files\Git\mingw64\libexec\git-core" +- cmd: set "PATH=%GIT_PATH%;%PATH%" build_script: - sh: chmod +x ./build-ci.sh