Update DUB on AppVeyor to 1.7.1
This commit is contained in:
parent
eb82c2ad35
commit
117dc0ed72
|
@ -80,7 +80,7 @@ install:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- ps: SetUpDCompiler
|
- 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
|
- 7z x dub.zip -odub > nul
|
||||||
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
|
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
|
||||||
- dub --version
|
- dub --version
|
||||||
|
|
Loading…
Reference in a new issue