Skip to content

Commit

Permalink
ci: add dart pub get for release (#415)
Browse files Browse the repository at this point in the history
Jira ID: [\[MOB-13261\] Fix failing CI for pigeon generation](https://instabug.atlassian.net/browse/MOB-13261)
  • Loading branch information
abdelhamid-f-nasser authored and HeshamMegid committed Nov 24, 2023
1 parent 286611c commit df65a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ jobs:
- flutter/install_sdk_and_pub:
flutter_version: 3.3.6
app-dir: project
- run:
name: Install pub packages
working_directory: ~/project
command: dart pub get
- run:
name: Generate Pigeons
working_directory: project
Expand Down

0 comments on commit df65a07

Please sign in to comment.