File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 # Extra MacOS step required to install OS-specific dependencies
6969 - ${{ if contains(parameters.pool.vmImage, 'macOS') }} :
7070 - script : |
71- brew update
71+ $(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
7272 brew install libomp
7373 brew link libomp --force
7474 displayName: Install MacOS build dependencies
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ extends:
145145 ArtifactName : pkgassets
146146 steps :
147147 - script : |
148- brew update
148+ $(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
149149 brew install libomp
150150 brew link libomp --force
151151 displayName: Install build dependencies
@@ -167,7 +167,7 @@ extends:
167167 ArtifactName : pkgassets
168168 steps :
169169 - script : |
170- brew update
170+ $(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
171171 brew install libomp
172172 brew link libomp --force
173173 displayName: Install build dependencies
You can’t perform that action at this time.
0 commit comments