Hopefully fix git path

This commit is contained in:
Gregory Schier 2018-07-12 18:35:17 -04:00
parent b4eb470e4e
commit f3a690576b

View File

@ -15,6 +15,7 @@ environment:
# Things to install after repo clone
install:
- SET "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core" # For weird git bug
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
- node --version
- npm --version