Skip to content

Commit 1af1cb3

Browse files
ci: test 3
1 parent cc7141a commit 1af1cb3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "$(npm prefix -g)/bin" >> $GITHUB_PATH
4646
- name: Generate native Android project
4747
working-directory: ${{ env.WORKING_DIRECTORY }}
48-
run: npx expo run:android --no-build-cache --no-install
48+
run: npx expo prebuild --platform android --no-install
4949
- name: Build app
5050
working-directory: ${{ env.WORKING_DIRECTORY }}/android
5151
run: ./gradlew assembleDebug --build-cache -PreactNativeArchitectures=arm64-v8a

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
echo "$(npm prefix -g)/bin" >> $GITHUB_PATH
4444
- name: Generate native iOS project
4545
working-directory: apps/llm
46-
run: npx expo run:ios --no-build-cache --no-install
46+
run: npx expo prebuild --platform ios --no-install
47+
- name: Install CocoaPods dependencies
48+
working-directory: apps/llm/ios
49+
run: pod install
4750
- name: Build app
4851
working-directory: apps/llm/ios
4952
run: |

0 commit comments

Comments
 (0)