Skip to content

Commit 2c51a79

Browse files
committed
Update hermes-engine in CI
1 parent 2b685b8 commit 2c51a79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/install-cocoapods/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
ruby-version: 3.1.2
1111
bundler-cache: true
1212
working-directory: sample
13-
13+
1414
- name: Cache cocoapods
1515
id: cache-cocoapods
1616
uses: actions/cache@v4
@@ -31,5 +31,6 @@ runs:
3131
cd sample
3232
bundle install
3333
cd ios
34+
bundle exec pod update hermes-engine --no-repo-update
3435
NO_FLIPPER=1 bundle exec pod install
3536
cd $ROOT

0 commit comments

Comments
 (0)