Skip to content

Commit

Permalink
Update pods on CI (#2765)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
m-bert committed Feb 20, 2024
1 parent 0981915 commit fa3af2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios-build.yml
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
node-version: 18
cache: 'yarn'
- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: 1.15.2
- name: Install node dependencies
working-directory: ${{ matrix.working-directory }}
run: yarn
Expand Down

0 comments on commit fa3af2e

Please sign in to comment.