We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2784a commit 5545acdCopy full SHA for 5545acd
.github/workflows/ci.yml
@@ -170,8 +170,10 @@ jobs:
170
with:
171
xcode-version: ${{ env.XCODE_VERSION }}
172
173
- - name: Install CocoaPods 1.16.2
174
- run: sudo gem install cocoapods -v 1.16.2
+ - name: Update CocoaPods to latest
+ run: |
175
+ sudo gem update cocoapods
176
+ pod --version
177
178
- name: Build example for iOS
179
run: |
0 commit comments