diff --git a/.gitea/workflows/android-build.yml b/.gitea/workflows/android-build.yml index e96f548..c4d31cd 100644 --- a/.gitea/workflows/android-build.yml +++ b/.gitea/workflows/android-build.yml @@ -35,6 +35,8 @@ jobs: flutter-version: "3.27.1" channel: "stable" + - name: Fix flutter git ownership + run: git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.27.1-x64 - name: Get dependancies run: flutter pub get