mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Azure CI: Bump tested MinGW-based libs to v8.0.0
This commit is contained in:
parent
f2d1ded924
commit
ed868d2020
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue