Skip to content

Commit

Permalink
remove pod update hermes to try the ios build
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Abd El-Samie Ahmad Mansour <[email protected]>
  • Loading branch information
MaSMas0 committed Feb 17, 2025
1 parent c77713e commit cb500bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ jobs:
run: |
yarn lerna run build
- name: Configure Bundler
working-directory: ./packages/legacy/app
run: |
bundle config set frozen 'true'
- name: Install iOS dependencies
# if: steps.pod-cache.outputs.cache-hit != 'true' || steps.npm-cache.outputs.cache-hit != 'true'
working-directory: ./packages/legacy/app
run: |
bundle install && \
gem install cocoapods -v 1.14 && \
cd ios && \
rm -rf Pods && \
rm -f Podfile.lock && \
pod update hermes-engine --no-repo-update && \
pod install && \
cd .. && \
yarn run ios:setup && \
git status && \
git diff ios/Podfile.lock
Expand Down

0 comments on commit cb500bb

Please sign in to comment.