release: Fix android build

This commit is contained in:
世界
2026-06-03 12:56:36 +08:00
parent da0cd68115
commit fca766704a
+4
View File
@@ -673,6 +673,10 @@ jobs:
run: |-
cd clients/android
git checkout dev
- name: Checkout submodule recursive
run: |-
cd clients/android
git submodule update --init --recursive -v
- name: Gradle cache
uses: actions/cache@v4
with: