Update DUB on AppVeyor to 1.7.1

This commit is contained in:
Sebastian Wilzbach 2018-01-28 17:24:45 +01:00
parent eb82c2ad35
commit 117dc0ed72

View file

@ -80,7 +80,7 @@ install:
}
}
- ps: SetUpDCompiler
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.2.1-windows-x86.zip -OutFile dub.zip
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.7.1-windows-x86.zip -OutFile dub.zip
- 7z x dub.zip -odub > nul
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
- dub --version