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 dde2939 commit 3e7b7f7Copy full SHA for 3e7b7f7
1 file changed
.github/workflows/samples-dart-build-test.yaml
@@ -20,10 +20,17 @@ jobs:
20
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
21
steps:
22
- uses: actions/checkout@v4
23
+
24
- uses: dart-lang/setup-dart@v1
25
with:
26
sdk: ${{ matrix.sdk }}
27
28
+ - name: Set up Flutter
29
+ uses: subosito/flutter-action@v2
30
+ with:
31
+ channel: stable
32
+ flutter-version: 3.19.0
33
34
- name: pub get
35
working-directory: ${{ matrix.sample }}
36
run: dart pub get
0 commit comments