We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436bf3 commit 2574a7eCopy full SHA for 2574a7e
appveyor.yml
@@ -32,6 +32,8 @@ platform:
32
- x64
33
34
install:
35
+ # TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed
36
+ - set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
37
- ps: Install-Product node $env:nodejs_version $env:platform
38
39
build: off
0 commit comments