mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Run pod commands in ios directory
This commit is contained in:
parent
8cda3cfa8d
commit
d5c8e39aaa
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ios.yaml
vendored
6
.github/workflows/ios.yaml
vendored
|
|
@ -30,9 +30,11 @@ jobs:
|
|||
flutter-version: '2.10.3'
|
||||
- name: Build for iOS
|
||||
run: |
|
||||
cd ios
|
||||
pod init
|
||||
flutter pub get
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
pod repo update
|
||||
pod install
|
||||
cd ..
|
||||
flutter pub get
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
flutter build ios --release --no-codesign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue