fix: add git safe.directory for Flutter SDK in Docker CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user