Skip to content

Commit 0204413

Browse files
authored
Remove turborepo cache on Android (#2643)
1 parent 746d8b5 commit 0204413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
env:
233233
JAVA_OPTS: "-XX:MaxHeapSize=6g"
234234
run: |
235-
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
235+
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --force --concurrency 1
236236
237237
- name: Cache apk
238238
if: env.turbo_cache_hit != 1

0 commit comments

Comments
 (0)