Skip to content

Commit

Permalink
fix the ios build action after the upgrade
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 e22784e commit 67219c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ 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 && \
yarn run ios:setup && \
git status && \
git diff ios/Podfile.lock
Expand Down

0 comments on commit 67219c4

Please sign in to comment.