CI: install tools;25.2.5 so that the android command works

This commit is contained in:
linsui 2024-05-28 14:21:38 +00:00
parent 75e74d87ac
commit e42c1aedc5

View file

@ -395,9 +395,8 @@ fdroid build:
- test -n "$fdroidserver" || source /etc/profile.d/bsenv.sh
- rm -rf $ANDROID_HOME/tools # TODO remove once sdkmanager can upgrade installed packages
# These packages are needed to make this env like the production buildserver.
- sdkmanager "tools" "platform-tools" "build-tools;31.0.0"
- sdkmanager "platform-tools" "build-tools;31.0.0"
- *install_fdroid_server