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 6a3bcf0 commit ef37456Copy full SHA for ef37456
.github/workflows/pod_try_sync.yml
@@ -36,6 +36,11 @@ jobs:
36
run: |
37
sudo gem install cocoapods -v 1.6.1
38
39
+ # Install CocoaPods v 1.6.1. Need to use this version since there are issues with running `pod try` on later versions
40
+ - name: Update CocoaPod Repo
41
+ run: |
42
+ pod _1.6.1_ repo update
43
+
44
# Copy pod try GoogleMaps Objective-C to current copy
45
- name: Copy pod try GoogleMaps Objective-C changes into current copy
46
0 commit comments