diff --git a/appveyor.yml b/appveyor.yml
index 3a69d68e16c6395ef8e0b9eb262928f95d3fa11c..1fb731998d2404033531cca0ae89c10041f94e9e 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