release: Fix android build

This commit is contained in:
世界
2026-05-26 17:13:09 +08:00
parent da0cd68115
commit fca766704a

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: