From bafc9ff7713d09a7036a4030f14d46248fca2688 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 6 Apr 2016 14:48:59 +0100 Subject: Switch from FTP to HTTP in the hope of avoiding network timeouts --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3