Skip to content

Commit 6ad5486

Browse files
fix: dart format
1 parent 9b150d6 commit 6ad5486

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ commands:
3030
command: pod install --repo-update
3131
setup_patrol:
3232
steps:
33+
- run:
34+
name: Add pub-cache bin to PATH
35+
command: |
36+
echo 'export PATH="$PATH:$HOME/.pub-cache/bin"' >> $BASH_ENV
37+
source $BASH_ENV
3338
- run:
3439
name: Install patrol
3540
command: dart pub global activate patrol_cli 3.3.0

0 commit comments

Comments
 (0)