From 57737fce1e5fdfeb0dc4834e1ae147befa795ea7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 21 Apr 2021 08:14:05 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03308de76..d0b8ab76a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -133,5 +133,6 @@ jobs: hdiutil detach /Volumes/"$(basename "$URL" .dmg)" -quiet displayName: install condition: ne(variables.CACHE_RESTORED, 'true') + - script: | make CC=/usr/local/opt/llvm/bin/clang FC=ifort