mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Do not run flutter upgrade (#418)
This commit is contained in:
parent
81907ad72f
commit
1960016288
1
.github/workflows/android.yaml
vendored
1
.github/workflows/android.yaml
vendored
@ -36,7 +36,6 @@ jobs:
|
||||
python3 collect_translations.py
|
||||
- name: Build for Android
|
||||
run: |
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
flutter build apk --debug
|
||||
|
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -46,7 +46,6 @@ jobs:
|
||||
python3 collect_translations.py
|
||||
- name: Static Analysis Tests
|
||||
run: |
|
||||
flutter upgrade
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
python3 find_dart_files.py
|
||||
flutter pub get
|
||||
|
1
.github/workflows/ios.yaml
vendored
1
.github/workflows/ios.yaml
vendored
@ -33,7 +33,6 @@ jobs:
|
||||
python3 collect_translations.py
|
||||
- name: Build for iOS
|
||||
run: |
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
cd ios
|
||||
pod repo update
|
||||
|
Loading…
x
Reference in New Issue
Block a user