Build text-to-speech engine APKs (#509)

This commit is contained in:
Fangjun Kuang
2024-01-01 12:44:20 +08:00
committed by GitHub
parent d7e10bb3f8
commit 581eceb4d5
7 changed files with 331 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Install Python dependencies
shell: bash
run: |
python3 -m pip install --upgrade pip jinja2
python3 -m pip install --upgrade pip jinja2 iso639-lang
- name: Generate build script
shell: bash