From 2d5e58136735a56ad6fc05be62d6c165d298dd71 Mon Sep 17 00:00:00 2001 From: stdevYuniers Date: Sun, 20 Jan 2019 17:30:31 -0500 Subject: [PATCH] [ci] refs #17 Add GIT to PATH --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e00180b9..14ff66de 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -53,7 +53,7 @@ environment: init: # Enable Windows RDP Client Access to Build Worker # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - - set PATH=%PYTHON%;%PYTHON%\Scripts;%MINGW_W64\bin%;%GOPATH%\bin;%PATH% + - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH% stack: go 1.11