Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 17:51:53 +01:00 committed by GitHub
parent 0410b4ac5b
commit 699e54a06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ jobs:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:$LD_LIBRARY_PATH LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH: $LD_LIBRARY_PATH DYLD_LIBRARY_PATH: $LD_LIBRARY_PATH
LIBRARY_PATH: /usr/local/opt/llvm/lib LIBRARY_PATH: /usr/local/opt/llvm/lib
LDFLAGS: -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
steps: steps:
- script: | - script: |
brew update brew update