Skip to content

Commit c0cd4a3

Browse files
committed
Fix ios e2e dependency update
1 parent baac273 commit c0cd4a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run pod install & update dependencies
7070
working-directory: apps/e2e/ios
7171
run: |
72-
RCT_NEW_ARCH_ENABLED=${{ matrix.newArchEnabled }} bundle exec pod install
72+
RCT_NEW_ARCH_ENABLED=${{ matrix.newArchEnabled }} bundle exec pod update
7373
7474
- name: Start iOS simulator
7575
uses: futureware-tech/simulator-action@v4

0 commit comments

Comments
 (0)