From a493042b1e7dd5e920e2f23595c45319cd236d00 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 15:10:51 +0100 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 cdea17d43..86883f5d5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,6 +83,6 @@ jobs: - script: | brew update brew install llvm libomp - make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=/usr/local/opt/llvm/clang FC=gfortran-10 + make TARGET=CORE2 DYNAMIC_ARCH=1 USE_OPENMP=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10