Skip to content

Commit 75a9ad4

Browse files
committed
fix: try forcing more ios CI resets
1 parent 73d80dd commit 75a9ad4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Build example for Android
104104
env:
105-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
105+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
106106
run: |
107107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108108
@@ -120,7 +120,10 @@ jobs:
120120
- name: Set up Xcode
121121
uses: maxim-lobanov/setup-xcode@v1
122122
with:
123-
xcode-version: '16.2'
123+
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
124127

125128
- name: Cache turborepo for iOS
126129
uses: actions/cache@v4

0 commit comments

Comments
 (0)