fix(ci): provision Android SDK on runner
Pixel 10 APK / build (push) Failing after 1m47s

This commit is contained in:
Codex
2026-08-09 18:18:36 +02:00
parent 56fe95dbd4
commit 93bf64c61d
+6 -1
View File
@@ -63,11 +63,16 @@ jobs:
with: with:
node-version: "20" node-version: "20"
- name: Set up Android SDK
uses: android-actions/setup-android@v3
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.44.5 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 - name: Install Android NDK
shell: bash shell: bash