Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e4d774e

Browse files
Add step for installing cocoapods
1 parent 8787496 commit e4d774e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
with:
6666
ruby-version: '2.7.6'
6767
bundler-cache: true
68+
- name: (Workaround) Install Cocoapods
69+
run: gem install cocoapods
6870
- name: (Workaround) Install activesupport 7.0.8
6971
run: gem install activesupport -v 7.0.8
7072
- name: Install dependencies

0 commit comments

Comments
 (0)