We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c311 commit 67b4531Copy full SHA for 67b4531
.github/workflows/auth.yml
@@ -156,6 +156,8 @@ jobs:
156
steps:
157
- uses: actions/checkout@v4
158
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
159
+ - name: Setup Xcode
160
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
161
- name: Setup Bundler
162
run: scripts/setup_bundler.sh
163
- name: Configure test keychain
0 commit comments