Skip to content

Commit 5545acd

Browse files
ci: update cocoapods install script
1 parent 7b2784a commit 5545acd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ jobs:
170170
with:
171171
xcode-version: ${{ env.XCODE_VERSION }}
172172

173-
- name: Install CocoaPods 1.16.2
174-
run: sudo gem install cocoapods -v 1.16.2
173+
- name: Update CocoaPods to latest
174+
run: |
175+
sudo gem update cocoapods
176+
pod --version
175177
176178
- name: Build example for iOS
177179
run: |

0 commit comments

Comments
 (0)