Stdint download fix

This commit is contained in:
maxirmx 2015-10-25 20:33:02 +03:00
parent 97537386ec
commit c62dc940c3
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ install:
- git submodule update --init --recursive
# Install Python (from the official .msi of http://python.org) and pip when
# not already installed.
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip }
- ps: appveyor\install.ps1 -stdint
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip -stdint
# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart