diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 3c11a168f096..5575d05609f2 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -210,7 +210,11 @@ jobs: command: npm ci - name: Install cocoapods - run: cd ios && pod install + uses: nick-invision/retry@7c68161adf97a48beb850a595b8784ec57a98cbb + with: + timeout_minutes: 10 + max_attempts: 5 + command: cd ios && pod install - name: Decrypt profile run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output chat_expensify_appstore.mobileprovision chat_expensify_appstore.mobileprovision.gpg