Skip to content

Commit 21a4e02

Browse files
authored
Update build.yml
1 parent c892e94 commit 21a4e02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
flutter-version: '3.22.1'
1919

20+
- name: Disable Flutter analytics and animations
21+
run: |
22+
flutter config --no-analytics
23+
flutter config --no-cli-animations
24+
2025
- name: Install dependencies
2126
run: flutter pub get
2227

0 commit comments

Comments
 (0)