Skip to content

Commit

Permalink
ci: select xcode for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Dec 25, 2024
1 parent 53a4bed commit a2a4ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
fetch-depth: 1
token: ${{ secrets.CLONE_PAT }}
submodules: 'recursive'
#- name: Setup Xcode
# run: sudo xcode-select -s /Applications/Xcode_${{ vars.XCODE }}.app
- name: Setup Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ vars.XCODE }}.app
- name: 'Restore External Dep cache'
id: external-dep-cache
uses: actions/cache@v4
Expand Down

0 comments on commit a2a4ca6

Please sign in to comment.