We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c20f7 commit f6450daCopy full SHA for f6450da
appveyor.yml
@@ -58,7 +58,7 @@ install:
58
}
59
60
- ps: SetUpDCompiler
61
- - powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.7.2-windows-x86.zip -OutFile dub.zip
+ - powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.9.0-windows-x86.zip -OutFile dub.zip
62
- 7z x dub.zip -odub > nul
63
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
64
- dub --version
0 commit comments