Skip to content

Commit f6450da

Browse files
authored
Update appveyor.yml
1 parent 02c20f7 commit f6450da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install:
5858
}
5959
}
6060
- ps: SetUpDCompiler
61-
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.7.2-windows-x86.zip -OutFile dub.zip
61+
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.9.0-windows-x86.zip -OutFile dub.zip
6262
- 7z x dub.zip -odub > nul
6363
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
6464
- dub --version

0 commit comments

Comments
 (0)