Skip to content

Commit 85d2744

Browse files
committed
FIXUP
1 parent 45a57e2 commit 85d2744

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,16 @@ jobs:
121121
release:
122122
macos:
123123
xcode: 13.4.1
124-
working_directory: ~
124+
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)