Skip to content

Commit df65a07

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
ci: add dart pub get for release (#415)
Jira ID: [\[MOB-13261\] Fix failing CI for pigeon generation](https://instabug.atlassian.net/browse/MOB-13261)
1 parent 286611c commit df65a07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ jobs:
248248
- flutter/install_sdk_and_pub:
249249
flutter_version: 3.3.6
250250
app-dir: project
251+
- run:
252+
name: Install pub packages
253+
working_directory: ~/project
254+
command: dart pub get
251255
- run:
252256
name: Generate Pigeons
253257
working_directory: project

0 commit comments

Comments
 (0)