From 0fdccaef1c7a5be31eb7833e35250c183634afaa Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 8 Feb 2022 13:00:16 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a8ba0a79..8784fc325 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -188,7 +188,8 @@ jobs: steps: - script: | brew update - brew install llvm flang + brew install llvm + brew install carlocab/personal/flang make CC=clang FC=flang - job: OSX_Ifort_Clang