From 06149e70bcad5647d1828d56f09ee0259a1ed0d1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 15 Oct 2023 11:49:02 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e69670cbc9..8e292a76c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,8 +90,8 @@ jobs: - script: | mkdir winlib cd winlib - wget 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 - tar -xf winlibs-x86_64-mcf-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r2.zip + curl -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 + tar -xf mingw64.zip set PATH=%cd%\mingw64\bin:%PATH% cd mingw32-make CC=gcc FC=gfortran