Skip to content

Commit 57ae8ef

Browse files
author
Hermes Cron
committed
fix(android): use @capacitor/cli explicitly in npx cap sync
1 parent 2460c88 commit 57ae8ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
3939

4040
- name: Setup Capacitor
41-
run: npx cap sync android
42-
env:
43-
CI: true
41+
run: npx @capacitor/cli sync android
4442

4543
- name: Setup Android SDK
4644
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)