From 0250ebbaafeb1042c87851b112761ab485f7950e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Oct 2023 17:24:23 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6f64ec18..d1de68670 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -95,7 +95,7 @@ jobs: tar -xf mingw64.zip set PATH=%cd%\mingw64\bin;%PATH% cd .. - mingw32-make CC=gcc FC=gfortran + mingw32-make CC=gcc FC=gfortran NOLAPACK=1 - job: Windows_clang_cmake pool: