Skip to content

Commit b7f74c8

Browse files
committed
add ninja support
1 parent 0e02111 commit b7f74c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/app_facing_package.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,18 @@ jobs:
227227
with:
228228
channel: 'stable'
229229

230+
- uses: seanmiddleditch/gha-setup-ninja@master
231+
230232
# Enable platform support
231233
- name: Enable Linux
232234
run: flutter config --enable-linux-desktop
233235
working-directory: ${{env.source-directory}}
234236

237+
# Enable platform support
238+
- name: Flutter Doctor
239+
run: flutter doctor
240+
working-directory: ${{env.source-directory}}
241+
235242
# Download all Flutter packages
236243
- name: Download dependencies
237244
run: flutter pub get

0 commit comments

Comments
 (0)