Update azure-pipelines.yml
This commit is contained in:
parent
619687ddfe
commit
c44ad15a1e
|
@ -90,7 +90,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
mkdir winlib
|
mkdir winlib
|
||||||
cd winlib
|
cd winlib
|
||||||
curl -L -o mingw64.zip https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0mcf-16.0.6-11.0.1-ucrt-r2/winlibs-x86_64-mcf-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r2.zip
|
curl -L -o mingw64.zip https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-16.0.0-10.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5.zip
|
||||||
dir
|
dir
|
||||||
tar -xf mingw64.zip
|
tar -xf mingw64.zip
|
||||||
set PATH=%cd%\mingw64\bin;%PATH%
|
set PATH=%cd%\mingw64\bin;%PATH%
|
||||||
|
|
Loading…
Reference in New Issue