Skip to content

Commit

Permalink
Remove turborepo cache on Android (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 25, 2024
1 parent 746d8b5 commit 0204413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
env:
JAVA_OPTS: "-XX:MaxHeapSize=6g"
run: |
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --concurrency 1
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --force --concurrency 1
- name: Cache apk
if: env.turbo_cache_hit != 1
Expand Down

0 comments on commit 0204413

Please sign in to comment.