Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-03-24 18:52:23 +01:00 committed by GitHub
parent a493042b1e
commit ae1017e7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ jobs:
- job: OSX_OpenMP_Clang - job: OSX_OpenMP_Clang
pool: pool:
vmImage: 'macOS-10.15' vmImage: 'macOS-10.15'
variables:
LD_LIBRARY_PATH=/usr/local/opt/llvm/lib
LIBRARY_PATH=/usr/local/opt/llvm/lib
steps: steps:
- script: | - script: |
brew update brew update