We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e821e8d commit 90e3e79Copy full SHA for 90e3e79
.github/workflows/e2e-tests.yml
@@ -234,6 +234,10 @@ jobs:
234
path: ./apps/${{ matrix.app }}/ios/build/Build/Products/Debug-iphonesimulator/Playground.app
235
key: ios-app-${{ matrix.app }}
236
237
+ - name: Update linker cache
238
+ run: |
239
+ xcrun simctl runtime dyld_shared_cache update --all
240
+
241
- uses: futureware-tech/simulator-action@v4
242
with:
243
model: 'iPhone 16 Pro'
0 commit comments