From ed868d20205792c88166aa75a8c7eb2c76b55a4b Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Tue, 3 Nov 2020 14:52:26 +0100 Subject: [PATCH] Azure CI: Bump tested MinGW-based libs to v8.0.0 --- .azure-pipelines/windows-msbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/windows-msbuild.bat b/.azure-pipelines/windows-msbuild.bat index 70847eb07b..1f2feeed74 100644 --- a/.azure-pipelines/windows-msbuild.bat +++ b/.azure-pipelines/windows-msbuild.bat @@ -67,7 +67,7 @@ if not "%C_RUNTIME%" == "mingw" goto not_mingw :lld_exists if exist "%DMD_DIR%\mingw\dmd2\windows\lib%MODEL%\mingw\kernel32.lib" goto mingw_exists - powershell -command "& { iwr https://github.com/dlang/installer/releases/download/mingw-libs-7.0.0-2/mingw-libs-7.0.0-2.zip -OutFile mingw.zip }" || exit /B 13 + powershell -command "& { iwr https://github.com/dlang/installer/releases/download/mingw-libs-8.0.0/mingw-libs-8.0.0.zip -OutFile mingw.zip }" || exit /B 13 7z x mingw.zip -o%DMD_DIR%\mingw || exit /B 14 :mingw_exists