Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jan 10, 2025
1 parent fc2f323 commit e914a37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/workflow/templates/xcode-select.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
parameters:
xCodeRoot: ''

steps:
- bash: |
echo 'Xcode Root to ${{parameters.xCodeRoot}}'
echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${{parameters.xCodeRoot}}
sudo xcode-select --switch ${{parameters.xCodeRoot}}/Contents/Developer
displayName: Select Xcode

0 comments on commit e914a37

Please sign in to comment.