diff --git a/.github/actions/setup-e2e-env/action.yml b/.github/actions/setup-e2e-env/action.yml index b71f8081..16e7bb29 100644 --- a/.github/actions/setup-e2e-env/action.yml +++ b/.github/actions/setup-e2e-env/action.yml @@ -340,6 +340,11 @@ runs: ${{ runner.os }}-cocoapods-specs- continue-on-error: true # Don't fail if cache restoration has issues + - name: Clear CocoaPods trunk to prevent stale specs + if: ${{ inputs.platform == 'ios' }} + run: pod repo remove trunk || true + shell: bash + # Install CocoaPods w/ cached bundler environment - name: Install CocoaPods via bundler if: ${{ inputs.platform == 'ios'}}