Skip to content

Commit 4b8105d

Browse files
committed
Fix RN 0.83 iOS CI hermes-engine pod checksum drift
- add CI step workaround for react/react-native#54891 - next replace with react native patch or fix upstream
1 parent 8806a95 commit 4b8105d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
# run: xcodebuild clean
5858

5959
# Release
60+
- name: Normalise Hermes CocoaPods lockfile checksum # TODO: Fix https://github.com/facebook/react-native/issues/54891
61+
run: bundle exec pod update hermes-engine --no-repo-update --project-directory=ios
6062
- name: Install pods (release)
6163
run: cd ios && PRODUCTION=1 pod install && cd .. # --clean-install --repo-update
6264
- name: Build iOS (release)

0 commit comments

Comments
 (0)