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 @@ -143,7 +143,7 @@ extends:
143143 ArtifactName : pkgassets
144144 steps :
145145 - script : |
146- brew update
146+ $(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
147147 brew install libomp
148148 brew link libomp --force
149149 displayName: Install build dependencies
@@ -165,7 +165,7 @@ extends:
165165 ArtifactName : pkgassets
166166 steps :
167167 - script : |
168- brew update
168+ $(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
169169 brew install libomp
170170 brew link libomp --force
171171 displayName: Install build dependencies
You can’t perform that action at this time.
0 commit comments