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 8961238 commit aad33f6Copy full SHA for aad33f6
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
channel: 'stable'
36
cache: true
37
+ flutter-version: '3.0.0'
38
39
- name: Cache Cargo
40
uses: actions/cache@v2
.github/workflows/release.yml
@@ -50,6 +50,7 @@ jobs:
50
uses: subosito/flutter-action@v2
51
52
53
54
55
- name: Pre build
56
working-directory: frontend
@@ -98,6 +99,7 @@ jobs:
98
99
100
101
102
103
104
105
0 commit comments