Skip to content

Commit e1b2c4c

Browse files
fix: use supported tauri android init flags
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent a6fd455 commit e1b2c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cargo fetch --locked --manifest-path src-tauri/Cargo.toml
9393
9494
# Generate Android project + required autogen files without compiling Rust.
95-
cargo tauri android init --ci --force
95+
cargo tauri android init --ci
9696
9797
# Verify required generated files exist
9898
REQUIRED_FILES=(

0 commit comments

Comments
 (0)