fix android build
Some checks failed
Build and Release / build-and-release (push) Failing after 11m8s

This commit is contained in:
Bryan1029384756
2026-02-18 16:40:43 -06:00
parent e407a2d1a5
commit 6ebc34ec7e

View File

@@ -105,7 +105,9 @@ jobs:
VITE_LIVEKIT_URL: ${{ secrets.VITE_LIVEKIT_URL }} VITE_LIVEKIT_URL: ${{ secrets.VITE_LIVEKIT_URL }}
- name: Capacitor sync - name: Capacitor sync
run: npx cap sync run: |
npx cap add android
npx cap sync android
working-directory: apps/android working-directory: apps/android
- name: Build Android APK - name: Build Android APK