From eb1c9ff5de6fa002ca44cb0c80d68516ff98c6ea Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 16 Mar 2023 10:19:38 +0800 Subject: [PATCH] feat: project init --- .github/workflows/e2e_ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 8a8f2e0..93a15d8 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -112,8 +112,8 @@ jobs: - name: Pod Install run: | - gem update cocoapods xcodeproj - cd ios && pod install && cd .. + gem update cocoapods xcodeproj + cd ios && pod install && cd .. - name: Cache Firestore Emulator uses: actions/cache@v3