Skip to content

Commit b748908

Browse files
committed
remove cocoapods caching
1 parent a3cd1cb commit b748908

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/actions/setup-e2e-env/action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -188,19 +188,19 @@ runs:
188188
shell: bash
189189

190190
# Restore CocoaPods cache
191-
- name: Restore CocoaPods cache
192-
if: ${{ inputs.platform == 'ios' && inputs.setup-simulator == 'true' }}
193-
uses: actions/cache@v4
194-
with:
195-
path: ios/Pods
196-
key: ${{ inputs.cache-prefix }}-pods-${{ inputs.platform }}-${{ runner.os }}-${{ hashFiles('ios/Podfile.lock') }}
197-
restore-keys: |
198-
${{ inputs.cache-prefix }}-pods-${{ inputs.platform }}-${{ runner.os }}-
191+
# - name: Restore CocoaPods cache
192+
# if: ${{ inputs.platform == 'ios'}}
193+
# uses: actions/cache@v4
194+
# with:
195+
# path: ios/Pods
196+
# key: ${{ inputs.cache-prefix }}-pods-${{ inputs.platform }}-${{ runner.os }}-${{ hashFiles('ios/Podfile.lock') }}
197+
# restore-keys: |
198+
# ${{ inputs.cache-prefix }}-pods-${{ inputs.platform }}-${{ runner.os }}-
199199

200200
# Install CocoaPods w/ cached bundler environment
201201
- name: Install CocoaPods via bundler
202-
if: ${{ inputs.platform == 'ios' && inputs.setup-simulator == 'true' }}
203-
run: bundle exec pod install --repo-update
202+
if: ${{ inputs.platform == 'ios'}}
203+
run: bundle exec pod install--repo-update --verbose
204204
working-directory: ios
205205
shell: bash
206206

0 commit comments

Comments
 (0)