File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
.github/actions/setup-e2e-env Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments