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