Update azure-pipelines.yml
This commit is contained in:
parent
712d702646
commit
0410b4ac5b
|
@ -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)
|
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:$LD_LIBRARY_PATH
|
||||||
LIBRARY_PATH: /usr/local/opt/llvm/lib:$(LIBRARY_PATH)
|
DYLD_LIBRARY_PATH: $LD_LIBRARY_PATH
|
||||||
|
LIBRARY_PATH: /usr/local/opt/llvm/lib
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
brew update
|
brew update
|
||||||
|
|
Loading…
Reference in New Issue