Skip to content

Commit

Permalink
add pod install in iOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBherwani1998 committed Mar 5, 2024
1 parent d3406e2 commit ffa12fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/appeitize-flutter-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# - name: Build APK
# run: flutter build apk --debug

- name: Pod Install
run: pod install

- name: Build iOS simulator build
run: xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -derivedDataPath build

Expand Down

0 comments on commit ffa12fd

Please sign in to comment.