Skip to content

Commit 3950754

Browse files
Use dmd 2.88.1
1 parent f687357 commit 3950754

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ skip_tags: false
88

99
install:
1010
- ps: |
11-
$latest = (Invoke-WebRequest "http://downloads.dlang.org/releases/LATEST").toString();
12-
$url = "http://downloads.dlang.org/releases/2.x/$($latest)/dmd.$($latest).windows.7z";
11+
#$latest = (Invoke-WebRequest "http://downloads.dlang.org/releases/LATEST").toString();
12+
#$url = "http://downloads.dlang.org/releases/2.x/$($latest)/dmd.$($latest).windows.7z";
13+
$url = "http://downloads.dlang.org/releases/2.x/2.088.1/dmd.2.088.1.windows.7z"
1314
(New-Object System.Net.WebClient).DownloadFile($url, "C:\dmd.7z");
1415
7z x C:\dmd.7z -oC:\ > $null;
1516
$env:DC="dmd"

0 commit comments

Comments
 (0)