Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
--repo-update on pod install
  • Loading branch information
jake-perkins committed Jul 17, 2025
commit 68ab532683031a75e21d3b79bf7cd9c43993fac5
2 changes: 1 addition & 1 deletion .github/actions/setup-e2e-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ runs:
# Install CocoaPods w/ cached bundler environment
- name: Install CocoaPods via bundler
if: ${{ inputs.platform == 'ios' && inputs.setup-simulator == 'true' }}
run: bundle exec pod install
run: bundle exec pod install --repo-update
working-directory: ios
shell: bash

Expand Down