Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2021-03-24 19:05:22 +01:00 committed by GitHub
parent ae1017e7da
commit 19607ef2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ jobs:
pool:
vmImage: 'macOS-10.15'
variables:
LD_LIBRARY_PATH=/usr/local/opt/llvm/lib
LIBRARY_PATH=/usr/local/opt/llvm/lib
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib
steps:
- script: |
brew update