mobile: fix ios workflow

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2025-06-17 12:17:36 +05:00
committed by GitHub
parent 0ef844f08c
commit b0a9f3320b

View File

@@ -59,7 +59,10 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('apps/mobile/native/ios/Podfile.lock') }} key: ${{ runner.os }}-pods-${{ hashFiles('apps/mobile/native/ios/Podfile.lock') }}
- name: Install Pods - name: Install Pods
run: npm run prepare:ios run: |
cd apps/mobile/native/ios
bundle install
RCT_NEW_ARCH_ENABLED=0 bundle exec pod install
- name: CCache Stats Before Build - name: CCache Stats Before Build
run: ccache -sv run: ccache -sv