Skip to content

Commit a8e687c

Browse files
committed
Windows: Upgrade bundled MinGW-based libs to v8.0.0
1 parent baca172 commit a8e687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ steps:
147147
displayName: Install LDC, make portable & copy curl
148148
- script: |
149149
cd ..
150-
curl -L -o mingw-w64-libs.7z https://github.com/ldc-developers/mingw-w64-libs/releases/download/v7.0.0/mingw-w64-libs-v7.0.0.7z 2>&1
150+
curl -L -o mingw-w64-libs.7z https://github.com/ldc-developers/mingw-w64-libs/releases/download/v7.0.0/mingw-w64-libs-v8.0.0.7z 2>&1
151151
mkdir mingw-w64-libs
152152
cd mingw-w64-libs
153153
7z x ../mingw-w64-libs.7z > nul

0 commit comments

Comments
 (0)