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'
flutter-version: '3.24.1'
- name: disable analytics
run: flutter config --no-analytics
- name: Install dependencies
run: flutter pub get