From 93bf64c61d82ff1e9bbf2a03300ece751592e64b Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 9 Aug 2026 18:18:36 +0200 Subject: [PATCH] fix(ci): provision Android SDK on runner --- .gitea/workflows/pixel10.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pixel10.yml b/.gitea/workflows/pixel10.yml index 38e71323..6d4935d1 100644 --- a/.gitea/workflows/pixel10.yml +++ b/.gitea/workflows/pixel10.yml @@ -63,11 +63,16 @@ jobs: with: node-version: "20" + - name: Set up Android SDK + uses: android-actions/setup-android@v3 + - uses: subosito/flutter-action@v2 with: channel: stable flutter-version: 3.44.5 - cache: true + # The act_runner cache endpoint is not reachable from job containers + # in this setup and otherwise adds two ~5 minute timeouts per run. + cache: false - name: Install Android NDK shell: bash