Skip to content

Commit 1fd2b84

Browse files
author
Keren Fuentes
committed
testing mac
1 parent b1739ef commit 1fd2b84

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
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
# Extra MacOS step required to install OS-specific dependencies
5959
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
60-
- script: brew update && brew link --overwrite [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
60+
- script: brew update && brew install mono-libgdiplus && brew link --overwrite [email protected] && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
6161
displayName: Install MacOS build dependencies
6262
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}:
6363
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)