Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 16:53:11 +01:00 committed by GitHub
parent 712d702646
commit 0410b4ac5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -183,8 +183,9 @@ jobs:
pool:
vmImage: 'macOS-11'
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:$(LD_LIBRARY_PATH)
LIBRARY_PATH: /usr/local/opt/llvm/lib:$(LIBRARY_PATH)
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH: $LD_LIBRARY_PATH
LIBRARY_PATH: /usr/local/opt/llvm/lib
steps:
- script: |
brew update