From 80e67e4b9e5260af54f26a19294dce7d2b74be52 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 5 Sep 2021 19:06:48 +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 f7635c3d6..329ba6367 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,7 @@ jobs: vmImage: 'windows-latest' steps: - script: | - mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST=\'\'NEHALEM HASWELL SKYLAKEX\'\' + mingw32-make CC=gcc FC=gfortran DYNAMIC_ARCH=1 DYNAMIC_LIST="\"NEHALEM HASWELL SKYLAKEX\"" - job: OSX_OpenMP pool: