From 8fe60714758dd45e569d12c83de940ad728e4924 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Oct 2023 22:32:20 +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 d1de68670..297ece949 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 NOLAPACK=1 + mingw32-make CC=gcc FC=gfortran NOLAPACK=1 BUILD_SINGLE=1 - job: Windows_clang_cmake pool: