From 6f346d79906b1380ea6620ba085641fab2966f3d Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 16 Mar 2023 10:18:45 +0800 Subject: [PATCH] feat: project init --- .github/workflows/e2e_ios.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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