Skip to content

Commit fa3af2e

Browse files
authored
Update pods on CI (#2765)
## Description Our CI fails on iOS build because of hermes-engine pod. This was fixed in cocapods 1.15.2 ([link](CocoaPods/CocoaPods#12226 (comment))), but our currently CI uses 1.15.0. This PR bumps version to 1.15.2 ## Test plan Tested on `nestedTaps` PR
1 parent 0981915 commit fa3af2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
node-version: 18
3131
cache: 'yarn'
32+
- name: setup-cocoapods
33+
uses: maxim-lobanov/setup-cocoapods@v1
34+
with:
35+
version: 1.15.2
3236
- name: Install node dependencies
3337
working-directory: ${{ matrix.working-directory }}
3438
run: yarn

0 commit comments

Comments
 (0)