Skip to content

Commit 7b17331

Browse files
committed
FIXUP
1 parent 45a57e2 commit 7b17331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,14 @@ jobs:
123123
xcode: 13.4.1
124124
working_directory: ~
125125
steps:
126-
- checkout
126+
- checkout:
127+
path: ~/project
127128
- flutter/install_sdk_and_pub:
128129
flutter_version: 3.3.6
129130
app-dir: project
130131
- run:
131132
name: Generate Pigeons
133+
working_directory: project
132134
command: sh ./scripts/pigeon.sh
133135
- run:
134136
name: Clone Escape

0 commit comments

Comments
 (0)