fix android build
Some checks failed
Build and Release / build-and-release (push) Failing after 11m8s
Some checks failed
Build and Release / build-and-release (push) Failing after 11m8s
This commit is contained in:
@@ -105,7 +105,9 @@ jobs:
|
||||
VITE_LIVEKIT_URL: ${{ secrets.VITE_LIVEKIT_URL }}
|
||||
|
||||
- name: Capacitor sync
|
||||
run: npx cap sync
|
||||
run: |
|
||||
npx cap add android
|
||||
npx cap sync android
|
||||
working-directory: apps/android
|
||||
|
||||
- name: Build Android APK
|
||||
|
||||
Reference in New Issue
Block a user