From b9fbe10b46fc309429df506102b382774e5d4fbb Mon Sep 17 00:00:00 2001 From: Darren Scerri Date: Tue, 21 Mar 2017 07:48:58 +0100 Subject: [PATCH] Fix AppVeyor CI --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3a69d68e16c..1fb731998d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,8 @@ platform: - x64 install: + # TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed + - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - ps: Install-Product node $env:nodejs_version $env:platform build: off