Skip to content

Commit 90e3e79

Browse files
committed
chore: update workflow
1 parent e821e8d commit 90e3e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ jobs:
234234
path: ./apps/${{ matrix.app }}/ios/build/Build/Products/Debug-iphonesimulator/Playground.app
235235
key: ios-app-${{ matrix.app }}
236236

237+
- name: Update linker cache
238+
run: |
239+
xcrun simctl runtime dyld_shared_cache update --all
240+
237241
- uses: futureware-tech/simulator-action@v4
238242
with:
239243
model: 'iPhone 16 Pro'

0 commit comments

Comments
 (0)