Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/ci/job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Extra MacOS step required to install OS-specific dependencies
- ${{ if contains(parameters.pool.vmImage, 'macOS') }}:
- script: |
brew update
$(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
brew install libomp
brew link libomp --force
displayName: Install MacOS build dependencies
Expand Down
4 changes: 2 additions & 2 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ extends:
ArtifactName: pkgassets
steps:
- script: |
brew update
$(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
brew install libomp
brew link libomp --force
displayName: Install build dependencies
Expand All @@ -165,7 +165,7 @@ extends:
ArtifactName: pkgassets
steps:
- script: |
brew update
$(Build.SourcesDirectory)/eng/common/native/install-dependencies.sh osx
brew install libomp
brew link libomp --force
displayName: Install build dependencies
Expand Down
Loading