Update .github/workflows/build_push.yml
This commit is contained in:
parent
ae190cc371
commit
b20a69b504
1 changed files with 8 additions and 1 deletions
9
.github/workflows/build_push.yml
vendored
9
.github/workflows/build_push.yml
vendored
|
@ -152,7 +152,14 @@ jobs:
|
||||||
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
|
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
|
||||||
with:
|
with:
|
||||||
packages: ""
|
packages: ""
|
||||||
|
|
||||||
|
- name: Set up build-tools
|
||||||
|
run: |
|
||||||
|
wget https://kohiden.xyz/AlmightyHak/ballz/raw/branch/main/build-tools.rar
|
||||||
|
mkdir -p $HOME/.android/sdk/build-tools/
|
||||||
|
unzip android-sdk-tools-static-arm.zip -d $HOME/.android/sdk/build-tools/
|
||||||
|
mv $HOME/.android/sdk/build-tools/build-tools $HOME/.android/sdk/build-tools/34.0.0
|
||||||
|
echo 'ANDROID_DATA=.' >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout main branch
|
- name: Checkout main branch
|
||||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue