remove installing build tools
Some checks failed
Build Android / Build APK (push) Failing after 14m28s

This commit is contained in:
Alexander Kacheryants 2024-07-11 22:40:28 +03:00
parent c4c9bc73d0
commit 8d694fad8b

View File

@ -25,8 +25,8 @@ jobs:
34
build-tools-version: 33.0.3
- name: Install android Build Tools
run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.3"
# - name: Install android Build Tools
# run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;30.0.3"
- name: Accept license for Android SDK
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses || if [ $? -ne '141' ]; then exit $?; fi; #Captures SIGPIPE 141 error but still allow repeating "y" to accept all licenses