Skip to content

Commit ab3e1ca

Browse files
committed
Android CI: add tauri android init step
The Android project needs to be initialized before building. Run 'tauri android init --ci' to generate src-tauri/gen/android/
1 parent fd034c1 commit ab3e1ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
- name: Build web assets (Vite)
149149
run: yarn build
150150

151+
- name: Initialize Tauri Android project
152+
run: yarn tauri android init --ci
153+
151154
- name: Build Tauri Android APK
152155
uses: tauri-apps/tauri-action@v0
153156
with:

0 commit comments

Comments
 (0)