From b5507e7e2b5043b8436a109e3d0b6b904ddaffe4 Mon Sep 17 00:00:00 2001 From: Khushal Agarwal Date: Tue, 29 Oct 2024 18:08:11 +0530 Subject: [PATCH] fix: pod install issue --- .github/workflows/sample-distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-distribution.yml b/.github/workflows/sample-distribution.yml index 366b4f25af..2f8252bbd5 100644 --- a/.github/workflows/sample-distribution.yml +++ b/.github/workflows/sample-distribution.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-pods- - name: iOS Pods setup working-directory: examples/SampleApp/ios - run: bundle exec pod install + run: pod update hermes-engine --no-repo-update - name: Build and release Testflight QA working-directory: examples/SampleApp run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};