From 2962c37dcd96f00a723c412f18b14b463477f721 Mon Sep 17 00:00:00 2001 From: GoaLitiuM Date: Wed, 3 Apr 2019 16:34:40 +0300 Subject: [PATCH] tests: enable D tests on Windows --- ci/install-dmd.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dmd.ps1 b/ci/install-dmd.ps1 index aeacdf203..fd1331709 100644 --- a/ci/install-dmd.ps1 +++ b/ci/install-dmd.ps1 @@ -9,8 +9,8 @@ $ProgressPreference = "SilentlyContinue" $dmd_install = "C:\D" $dmd_version_file = "C:\cache\DMD_LATEST" -#echo "Fetching latest DMD version..." if (!$Version) { + #echo "Fetching latest DMD version..." $dmd_latest_url = "http://downloads.dlang.org/releases/LATEST" $retries = 10 for ($i = 1; $i -le $retries; $i++) {