Skip to content

Commit

Permalink
Add step for installing cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev committed Jun 19, 2024
1 parent 8787496 commit e4d774e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
with:
ruby-version: '2.7.6'
bundler-cache: true
- name: (Workaround) Install Cocoapods
run: gem install cocoapods
- name: (Workaround) Install activesupport 7.0.8
run: gem install activesupport -v 7.0.8
- name: Install dependencies
Expand Down

0 comments on commit e4d774e

Please sign in to comment.