Skip to content

Commit a2a4ca6

Browse files
committed
ci: select xcode for mac
1 parent 53a4bed commit a2a4ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
fetch-depth: 1
4343
token: ${{ secrets.CLONE_PAT }}
4444
submodules: 'recursive'
45-
#- name: Setup Xcode
46-
# run: sudo xcode-select -s /Applications/Xcode_${{ vars.XCODE }}.app
45+
- name: Setup Xcode
46+
run: sudo xcode-select -s /Applications/Xcode_${{ vars.XCODE }}.app
4747
- name: 'Restore External Dep cache'
4848
id: external-dep-cache
4949
uses: actions/cache@v4

0 commit comments

Comments
 (0)