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:
142142 env :
143143 JAVA_OPTS : " -XX:MaxHeapSize=6g"
144144 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
146146
147147 build-android :
148148 runs-on : macos-latest-large
@@ -206,7 +206,7 @@ jobs:
206206 env :
207207 JAVA_OPTS : " -XX:MaxHeapSize=6g"
208208 run : |
209- yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
209+ yarn turbo run build:android --concurrency 1 --force
210210
211211 - name : Cache apk
212212 uses : actions/cache/save@v3
@@ -331,4 +331,4 @@ jobs:
331331
332332 - name : Build example for iOS
333333 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