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 5173820 commit a6efbdfCopy full SHA for a6efbdf
.github/workflows/release.yml
@@ -91,11 +91,11 @@ jobs:
91
- uses: actions/checkout@v4
92
with:
93
fetch-depth: 0 # Required for pulling down repo tags.
94
- - name: Prereqs
95
- run: gem install xcpretty
96
- name: Set Xcode version
97
run: sudo xcode-select -s /Applications/Xcode_16.4.app
98
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
+ - name: Prereqs
+ run: gem install xcpretty
99
- name: Setup testing repo and quickstart
100
run: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
101
- name: Install Secret GoogleService-Info.plist
0 commit comments