Browse Source

appveyor workaround for appveyor/ci#2420

Jeremy Apthorp 6 years ago
parent
commit
9c76ce38e3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -79,6 +79,8 @@ build_script:
         appveyor PushArtifact out/Default/symbols.zip
       }
 test_script:
+  # Workaround for https://github.com/appveyor/ci/issues/2420
+  - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - ps: >-
       if ((-Not (Test-Path Env:\ELECTRON_RELEASE)) -And ($env:GN_CONFIG -in "testing", "release")) {
         $env:RUN_TESTS="true"