Skip to content

Commit ef37456

Browse files
committed
chore: Add pod repo upadte.
Change-Id: Ia45d338625a24a6489437bda35344b79e73e94ef
1 parent 6a3bcf0 commit ef37456

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pod_try_sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
run: |
3737
sudo gem install cocoapods -v 1.6.1
3838
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+
3944
# Copy pod try GoogleMaps Objective-C to current copy
4045
- name: Copy pod try GoogleMaps Objective-C changes into current copy
4146
run: |

0 commit comments

Comments
 (0)