1 parent 73d80dd commit 75a9ad4Copy full SHA for 75a9ad4
1 file changed
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Build example for Android
104
env:
105
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
106
run: |
107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108
@@ -120,7 +120,10 @@ jobs:
120
- name: Set up Xcode
121
uses: maxim-lobanov/setup-xcode@v1
122
with:
123
- xcode-version: '16.2'
+ xcode-version: '16.4'
124
+
125
+ - name: Reset build folder and pods
126
+ run: rm -rf example/build example/ios/Pods example/ios/Podfile.lock
127
128
- name: Cache turborepo for iOS
129
uses: actions/cache@v4
0 commit comments