diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index e2353d0..8a8f2e0 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -111,13 +111,9 @@ jobs: restore-keys: ${{ runner.os }}-pods-v2 - name: Pod Install - uses: nick-invision/retry@v2 - with: - timeout_minutes: 10 - retry_wait_seconds: 30 - max_attempts: 3 run: | - cd ios && pod install && cd .. + gem update cocoapods xcodeproj + cd ios && pod install && cd .. - name: Cache Firestore Emulator uses: actions/cache@v3