Skip to content

Commit af7f609

Browse files
author
Keren Fuentes
committed
testing mac
1 parent 0be5f42 commit af7f609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/job-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
continueOnError: true
6464
# Extra MacOS step required to install OS-specific dependencies
6565
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
66-
- script: brew update && brew link --overwrite [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
66+
- script: brew update && brew install mono-libgdiplus && brew link --overwrite [email protected] && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
6767
displayName: Install MacOS build dependencies
6868
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}:
6969
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)