Update .github/workflows/build_push.yml
This commit is contained in:
parent
56b27d20eb
commit
41f6097374
1 changed files with 2 additions and 10 deletions
12
.github/workflows/build_push.yml
vendored
12
.github/workflows/build_push.yml
vendored
|
@ -151,16 +151,8 @@ jobs:
|
|||
- name: Set up Android SDK
|
||||
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
|
||||
with:
|
||||
packages: ""
|
||||
|
||||
- name: Set up build-tools
|
||||
run: |
|
||||
wget https://kohiden.xyz/AlmightyHak/ballz/raw/branch/main/android-sdk-tools.zip
|
||||
mkdir -p $HOME/.android/sdk/build-tools/
|
||||
unzip android-sdk-tools.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
|
||||
|
||||
packages: "build-tools;34.0.0"
|
||||
|
||||
- name: Checkout main branch
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue