Skip to content

Commit 11439eb

Browse files
committed
fix: update shared cache to boot iOS 26 simulator
1 parent 711777c commit 11439eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ios-e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ jobs:
141141
retry_interval: 60
142142
- name: List all available simulators
143143
run: xcrun simctl list
144+
- name: Update shared cache
145+
run: xcrun simctl runtime dyld_shared_cache update --all
144146
- name: Install AppleSimulatorUtils
145147
run: brew tap wix/brew && brew install applesimutils
146148
- name: Save yarn cache directory path

0 commit comments

Comments
 (0)