2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

run pub get first

This commit is contained in:
Oliver 2021-09-29 09:15:35 +10:00
parent f21cbe3b1c
commit 5f657a236f

View File

@ -52,9 +52,9 @@ jobs:
uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3'
- run: flutter pub get
- name: Check Gradle Version
run: cd android && ./gradlew --version
- run: flutter pub get
- run: cp lib/dummy_dsn.dart lib/dsn.dart
- run: flutter build apk