ci: compile bundled git for Android builds
Some checks failed
Android build / build (push) Failing after 1m13s

This commit is contained in:
Hermes
2026-08-31 18:51:08 -05:00
parent b5fea9e010
commit 9c77cdc3a3

View File

@@ -96,6 +96,15 @@ jobs:
set -euxo pipefail
printf 'sdk.dir=%s/.android/sdk\n' "$HOME" > local.properties
- name: Compile bundled native Git binaries
shell: bash
run: |
set -euxo pipefail
export ANDROID_SDK_ROOT="$HOME/.android/sdk"
export ANDROID_HOME="$ANDROID_SDK_ROOT"
chmod +x ./AndroidProjectTooling.sh
bash ./AndroidProjectTooling.sh --compile-git
- name: Prepare CI build metadata
id: build_meta
shell: bash