release: Fix android build
This commit is contained in:
parent
0b5eea79c0
commit
a99fe6036c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue