ci: compile bundled git for Android builds
Some checks failed
Android build / build (push) Failing after 1m13s
Some checks failed
Android build / build (push) Failing after 1m13s
This commit is contained in:
@@ -96,6 +96,15 @@ jobs:
|
|||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
printf 'sdk.dir=%s/.android/sdk\n' "$HOME" > local.properties
|
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
|
- name: Prepare CI build metadata
|
||||||
id: build_meta
|
id: build_meta
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user