summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2016-04-06 14:48:59 +0100
committerChris Wilson <chris+github@qwirx.com>2016-04-06 14:48:59 +0100
commitbafc9ff7713d09a7036a4030f14d46248fca2688 (patch)
tree5f8ce64a3836223a531a7c9bcfdc6fcdf76f8a7f /appveyor.yml
parent265f396f87a57164e2af4a26e451d951f762e0b3 (diff)
Switch from FTP to HTTP in the hope of avoiding network timeouts
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 33327904..f904566f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -76,7 +76,7 @@ install:
- nmake /s /f ms\nt.mak install
- cd %APPVEYOR_BUILD_FOLDER%\..
- - ps: Start-FileDownload 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip'
+ - ps: Start-FileDownload 'http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip'
- 7za x -aoa pcre-8.38.zip
- cd %APPVEYOR_BUILD_FOLDER%\..
- cd pcre-8.38