Skip to content

Commit 064464d

Browse files
committed
fix: try fixing ios CI by removing build folder once
1 parent af3ecd9 commit 064464d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
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
@@ -122,6 +122,11 @@ jobs:
122122
with:
123123
xcode-version: '16.2'
124124

125+
- name: Clean build folder
126+
run: |
127+
cd example
128+
rm -rf build
129+
125130
- name: Cache turborepo for iOS
126131
uses: actions/cache@v4
127132
with:

0 commit comments

Comments
 (0)