Fix curl not found on AppVeyor

http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
This commit is contained in:
Daniele Varrazzo 2017-03-22 03:50:04 +00:00
parent 31f91e033f
commit b94548f5a3

View File

@ -85,7 +85,7 @@ init:
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#
# Set Python to the path
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\Git\mingw64\bin;%PATH%
# Verify Python version and architecture
- ECHO *******************************************************************