Skip to content

Commit 7d4dbe5

Browse files
authored
Fix symbol collision nightly (#13156)
1 parent 2dcb05c commit 7d4dbe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/symbolcollision.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: ruby/setup-ruby@v1
3131
- name: Setup Bundler
3232
run: scripts/setup_bundler.sh
33+
- name: Xcode
34+
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
3335
- name: Prereqs
3436
run: scripts/install_prereqs.sh SymbolCollision iOS
3537
- name: Build

0 commit comments

Comments
 (0)