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 0e02111 commit b7f74c8Copy full SHA for b7f74c8
.github/workflows/app_facing_package.yaml
@@ -227,11 +227,18 @@ jobs:
227
with:
228
channel: 'stable'
229
230
+ - uses: seanmiddleditch/gha-setup-ninja@master
231
+
232
# Enable platform support
233
- name: Enable Linux
234
run: flutter config --enable-linux-desktop
235
working-directory: ${{env.source-directory}}
236
237
+ # Enable platform support
238
+ - name: Flutter Doctor
239
+ run: flutter doctor
240
+ working-directory: ${{env.source-directory}}
241
242
# Download all Flutter packages
243
- name: Download dependencies
244
run: flutter pub get
0 commit comments