Skip to content

Commit 25476d4

Browse files
authored
Remove --cache-dir option in turbomodules (#2713)
1 parent b591714 commit 25476d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)