File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
env :
143
143
JAVA_OPTS : " -XX:MaxHeapSize=6g"
144
144
run : |
145
- yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" -- concurrency 1 --filter=paper --force
145
+ yarn turbo run build:android --concurrency 1 --filter=paper --force
146
146
147
147
build-android :
148
148
runs-on : macos-latest-large
@@ -206,7 +206,7 @@ jobs:
206
206
env :
207
207
JAVA_OPTS : " -XX:MaxHeapSize=6g"
208
208
run : |
209
- yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
209
+ yarn turbo run build:android --concurrency 1 --force
210
210
211
211
- name : Cache apk
212
212
uses : actions/cache/save@v3
@@ -331,4 +331,4 @@ jobs:
331
331
332
332
- name : Build example for iOS
333
333
run : |
334
- yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" -- concurrency 1 --force
334
+ yarn turbo run build:ios --concurrency 1 --force
You can’t perform that action at this time.
0 commit comments