removed analytics from build
This commit is contained in:
3
.github/workflows/linux-web.yaml
vendored
3
.github/workflows/linux-web.yaml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.24.1'
|
||||||
|
|
||||||
|
- name: disable analytics
|
||||||
|
run: flutter config --no-analytics
|
||||||
|
|
||||||
- name: install dev dependencies
|
- name: install dev dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
|||||||
3
.github/workflows/macos-ios.yaml
vendored
3
.github/workflows/macos-ios.yaml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.24.1'
|
||||||
|
|
||||||
|
- name: disable analytics
|
||||||
|
run: flutter config --no-analytics
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/windows.yaml
vendored
3
.github/workflows/windows.yaml
vendored
@@ -22,6 +22,9 @@ jobs:
|
|||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.24.1'
|
||||||
|
|
||||||
|
- name: disable analytics
|
||||||
|
run: flutter config --no-analytics
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user