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 948dde2 commit a1ded83Copy full SHA for a1ded83
.github/workflows/main.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: subosito/flutter-action@v2
18
with:
19
+ flutter-version: "3.29.0"
20
channel: 'stable'
21
cache: true
22
.github/workflows/publish.yml
@@ -21,7 +21,8 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
23
24
- flutter-version: "stable"
25
+ channel: 'stable'
26
27
28
- name: Install dependencies
0 commit comments