remove installing build tools
Some checks failed
Build Android / Build APK (push) Failing after 14m28s
Some checks failed
Build Android / Build APK (push) Failing after 14m28s
This commit is contained in:
parent
c4c9bc73d0
commit
8d694fad8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user