release: Fix android build

This commit is contained in:
世界 2026-05-26 17:13:09 +08:00
parent 0b5eea79c0
commit a99fe6036c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

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: