diff --git a/.gitea/workflows/pixel10.yml b/.gitea/workflows/pixel10.yml index 6b139553..c0ce39a5 100644 --- a/.gitea/workflows/pixel10.yml +++ b/.gitea/workflows/pixel10.yml @@ -74,6 +74,13 @@ jobs: # in this setup and otherwise adds two ~5 minute timeouts per run. 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 shell: bash run: |