Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
skip cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 5, 2022
1 parent 8412dd4 commit 7b15470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- script: $(Build.SourcesDirectory)\eng\common\init-tools-native.cmd -InstallDirectory $(Build.SourcesDirectory)\native-tools -Force
displayName: Install native dependencies

- ${{ if eq(parameters.osGroup, 'macOS') }}:
- ${{ if or(eq(parameters.osGroup, 'macOS'), eq(parameters.archType, 'arm64')) }}:
# use cmake from Brew (that may be different)
- script: sed -i .ORI '/cmake/d' global.json
displayName: Remove cmake for macOS
Expand Down

0 comments on commit 7b15470

Please sign in to comment.