Files
kryz-go-flutter/.gitea
robot 3d38ae6453
CI / Lint (pull_request) Successful in 19m23s
CI / Test (pull_request) Successful in 19m17s
CI / Build Android (pull_request) Failing after 19m17s
CI / Build iOS (pull_request) Canceled after 0s
fix(ci): install Android SDK command-line tools on ubuntu-latest runner
The Gitea Actions ubuntu-latest image does not include the Android SDK
(unlike GitHub Actions). Add an explicit step to download cmdline-tools,
install platform-tools, platforms;android-35, and build-tools;35.0.0,
then export ANDROID_HOME and PATH via GITEA_ENV_FILE/GITEA_PATH_FILE
so subsequent flutter precache and flutter build apk steps can find it.
2026-08-01 14:20:52 +00:00
..