From 5c5f0966df65c2adea0a0fee97b0c70649098f94 Mon Sep 17 00:00:00 2001 From: Hammer Date: Fri, 30 Jan 2026 04:31:45 +0000 Subject: [PATCH] fix: add git safe.directory for Flutter SDK in Docker CI --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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