We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baca172 commit a8e687cCopy full SHA for a8e687c
.azure-pipelines/windows.yml
@@ -147,7 +147,7 @@ steps:
147
displayName: Install LDC, make portable & copy curl
148
- script: |
149
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
+ 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
151
mkdir mingw-w64-libs
152
cd mingw-w64-libs
153
7z x ../mingw-w64-libs.7z > nul
0 commit comments