We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a57e2 commit 85d2744Copy full SHA for 85d2744
.circleci/config.yml
@@ -121,14 +121,16 @@ jobs:
121
release:
122
macos:
123
xcode: 13.4.1
124
- working_directory: ~
+ working_directory: "~"
125
steps:
126
- - checkout
+ - checkout:
127
+ path: ~/project
128
- flutter/install_sdk_and_pub:
129
flutter_version: 3.3.6
130
app-dir: project
131
- run:
132
name: Generate Pigeons
133
+ working_directory: project
134
command: sh ./scripts/pigeon.sh
135
136
name: Clone Escape
0 commit comments