From c62dc940c39d59c1b0d64c719b727a5a91d6ba84 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Sun, 25 Oct 2015 20:33:02 +0300 Subject: [PATCH] Stdint download fix --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c7f8de528..01c4d07f4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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