midistrum - try to ignore any errors

This commit is contained in:
Licaon_Kter 2023-09-14 08:19:44 +00:00
parent 8c7b10af74
commit 54631425d3

View file

@ -37,7 +37,7 @@ Builds:
|| true
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin:${PATH}
- echo y | sdkmanager --licenses
- sdkmanager 'platforms;android-33' 'build-tools;33.0.0'
- sdkmanager 'platforms;android-33' 'build-tools;33.0.0' || true
- sed -r "s:log_level =.*:log_level = 0:" -i buildozer.spec
- sed -r "s:#? ?android\.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#? ?android\.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec