removed analytics from build

This commit is contained in:
2024-09-05 12:34:50 -04:00
parent 1f8d9785f7
commit 92a6fe8661
3 changed files with 9 additions and 0 deletions

View File

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

View File

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

View File

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