Browse Source

Update azure-pipelines.yml

pull/3529/head
Martin Kroeker GitHub 4 years ago
parent
commit
0410b4ac5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      azure-pipelines.yml

+ 3
- 2
azure-pipelines.yml View File

@@ -183,8 +183,9 @@ jobs:
pool: pool:
vmImage: 'macOS-11' vmImage: 'macOS-11'
variables: 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: steps:
- script: | - script: |
brew update brew update


Loading…
Cancel
Save