diff --git a/.github/workflows/react-native-code-push-ci.yml b/.github/workflows/react-native-code-push-ci.yml index ddce669c7..19848ee9c 100644 --- a/.github/workflows/react-native-code-push-ci.yml +++ b/.github/workflows/react-native-code-push-ci.yml @@ -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