2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Order of operations?

This commit is contained in:
Oliver Walters 2022-04-02 15:47:50 +11:00
parent abe28118ae
commit d290de4b64

View File

@ -30,10 +30,10 @@ jobs:
flutter-version: '2.10.3'
- name: Build for iOS
run: |
flutter pub get
cd ios
pod repo update
pod install
cd ..
flutter pub get
cp lib/dummy_dsn.dart lib/dsn.dart
flutter build ios --release --no-codesign