diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 67cc95c..7be8ea1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: flutter-version: '3.x' channel: stable + - name: Fix git safe directory + run: git config --global --add safe.directory '*' + - name: Install dependencies run: flutter pub get @@ -56,6 +59,9 @@ jobs: flutter-version: '3.x' channel: stable + - name: Fix git safe directory + run: git config --global --add safe.directory '*' + - name: Install dependencies run: flutter pub get