Files
kryz-go-flutter/.gitea/workflows
robot 9d94c2b0fb
CI / Lint (pull_request) Canceled after 0s
CI / Test (pull_request) Canceled after 0s
CI / Build Android (pull_request) Canceled after 0s
CI / Build iOS (pull_request) Canceled after 0s
fix(ci): replace GitHub-hosted actions with direct SDK downloads and use [self-hosted, linux] runner labels
- Replace subosito/flutter-action@v2 with direct Flutter SDK download
  (Google CDN, platform-aware: linux-x64 / darwin-x64)
- Replace actions/setup-java@v4 with direct Temurin JDK 17 download
- Replace actions/setup-python@v5 with system Python3
- Change lint and test jobs from ubuntu-latest to [self-hosted, linux]

The previous GitHub-hosted actions query GitHub internal APIs that are
unavailable on self-hosted Gitea Actions runners.
2026-08-02 09:06:03 +00:00
..