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'
|
flutter-version: '3.x'
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Fix git safe directory
|
||||||
|
run: git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
@@ -56,6 +59,9 @@ jobs:
|
|||||||
flutter-version: '3.x'
|
flutter-version: '3.x'
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Fix git safe directory
|
||||||
|
run: git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user