Update build-mobile.yml

This commit is contained in:
Dries Peeters
2026-01-11 21:55:38 +01:00
parent dd125fbc9c
commit e6cc5609ec
+6
View File
@@ -30,6 +30,9 @@ jobs:
flutter-version: '3.16.0'
channel: 'stable'
- name: Disable Flutter analytics
run: flutter config --no-analytics
- name: Install dependencies
working-directory: mobile
run: flutter pub get
@@ -59,6 +62,9 @@ jobs:
flutter-version: '3.16.0'
channel: 'stable'
- name: Disable Flutter analytics
run: flutter config --no-analytics
- name: Install dependencies
working-directory: mobile
run: flutter pub get