fix(ci): trust downloaded Flutter SDK
Pixel 10 APK / build (push) Failing after 4m22s

This commit is contained in:
Codex
2026-08-09 18:29:53 +02:00
parent d3fc18dbec
commit 273035ab02
+7
View File
@@ -74,6 +74,13 @@ jobs:
# in this setup and otherwise adds two ~5 minute timeouts per run. # in this setup and otherwise adds two ~5 minute timeouts per run.
cache: false cache: false
- name: Trust Flutter SDK checkout
shell: bash
run: |
set -euo pipefail
flutter_sdk="$(dirname "$(dirname "$(command -v flutter)")")"
git config --global --add safe.directory "$flutter_sdk"
- name: Install Android NDK - name: Install Android NDK
shell: bash shell: bash
run: | run: |