diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index bac7ab34920d..3884f88e4ff2 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -157,14 +157,7 @@ jobs: ruby-version: '2.7' bundler-cache: true - - uses: actions/cache@v3 - id: cache-pods - with: - path: ios/Pods - key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} - - name: Install cocoapods - if: steps.cache-pods.outputs.cache-hit != 'true' uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 with: timeout_minutes: 10 diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index b75ee2a402e4..cee2ad4c3b83 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -140,14 +140,7 @@ jobs: ruby-version: '2.7' bundler-cache: true - - uses: actions/cache@v3 - id: cache-pods - with: - path: ios/Pods - key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} - - name: Install cocoapods - if: steps.cache-pods.outputs.cache-hit != 'true' uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 with: timeout_minutes: 10