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 f2a07df commit ef5656dCopy full SHA for ef5656d
.github/workflows/flutter.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: subosito/flutter-action@v1
26
with:
27
- channel: ${{ flutter-channel }}
+ channel: ${{ matrix.flutter-channel }}
28
29
- name: Print Dart SDK version
30
run: dart --version
0 commit comments