We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b685b8 commit 2c51a79Copy full SHA for 2c51a79
1 file changed
.github/actions/install-cocoapods/action.yml
@@ -10,7 +10,7 @@ runs:
10
ruby-version: 3.1.2
11
bundler-cache: true
12
working-directory: sample
13
-
+
14
- name: Cache cocoapods
15
id: cache-cocoapods
16
uses: actions/cache@v4
@@ -31,5 +31,6 @@ runs:
31
cd sample
32
bundle install
33
cd ios
34
+ bundle exec pod update hermes-engine --no-repo-update
35
NO_FLIPPER=1 bundle exec pod install
36
cd $ROOT
0 commit comments