fix: add git safe.directory for Flutter SDK in Docker CI

This commit is contained in:
2026-01-30 04:31:45 +00:00
parent 14687ae2ba
commit 5c5f0966df

View File

@@ -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