changeset 225:11ea1603af99

Pin wget to avoid broken version
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 21 May 2019 09:14:01 +0100
parents 25561b1cc924
children 97352295ca97
files .appveyor.yml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.appveyor.yml	Mon May 20 16:30:40 2019 +0100
+++ b/.appveyor.yml	Tue May 21 09:14:01 2019 +0100
@@ -10,7 +10,8 @@
   - Visual Studio 2015
 
 install:
-  - cinst --allow-empty-checksums smlnj wget
+  - cinst --allow-empty-checksums smlnj
+  - cinst wget --version 1.20
   - ps: '"[hostfingerprints]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
   - ps: '"code.soundsoftware.ac.uk = 66:ef:e2:0e:e3:55:93:9a:33:aa:2a:e9:fe:be:21:c2:a2:8d:4f:f1" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'
   - ps: '"[hostsecurity]" | Out-File -Encoding "ASCII" -Append $env:USERPROFILE\mercurial.ini'