Skip to content

Commit 3e6e369

Browse files
msluszniakclaude
andcommitted
fix: remove restore-keys from Android expo prebuild cache
restore-keys was restoring stale cache entries on partial key match, leaving an outdated android/ directory. expo prebuild running on top of it did not fully regenerate MainApplication.kt, causing ReactNativeHostWrapper build errors. Without restore-keys, a cache miss means no android/ dir and expo prebuild always generates a clean native project. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 031cfdb commit 3e6e369

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-android-llm-example.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
with:
5858
path: ${{ env.WORKING_DIRECTORY }}/android
5959
key: ${{ runner.os }}-expo-android-${{ hashFiles('apps/llm/app.json', 'apps/llm/package.json') }}
60-
restore-keys: |
61-
${{ runner.os }}-expo-android-
6260
- name: Generate native Android project
6361
working-directory: ${{ env.WORKING_DIRECTORY }}
6462
run: |

0 commit comments

Comments
 (0)