Use latest DUB for testing on Windows.
This commit is contained in:
parent
09e10cff7f
commit
f4a6b2595d
|
@ -85,7 +85,7 @@ install:
|
|||
}
|
||||
}
|
||||
- ps: SetUpDCompiler
|
||||
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.2.0-windows-x86.zip -OutFile dub.zip
|
||||
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.2.1-windows-x86.zip -OutFile dub.zip
|
||||
- 7z x dub.zip -odub > nul
|
||||
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
|
||||
- dub --version
|
||||
|
|
Loading…
Reference in a new issue