From 117dc0ed72f4bd4a164b27db07b68c5c58b47c71 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 28 Jan 2018 17:24:45 +0100 Subject: [PATCH] Update DUB on AppVeyor to 1.7.1 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index af9a89a..0b31975 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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