diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index cb5eb7ffa74d1c..d56571b7b0a42f 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true jobs: - android: + full_android: name: Run timeout-minutes: 75 @@ -48,6 +48,8 @@ jobs: token: ${{ github.token }} attempt_limit: 3 attempt_delay: 2000 + - name: Checkout submodules + run: scripts/checkout_submodules.py --shallow --platform android - name: Bootstrap timeout-minutes: 10 run: scripts/build/gn_bootstrap.sh