diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d144536..08c6b435 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: