File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2.3.4
18
18
- name : Install Flutter
19
19
uses : subosito/flutter-action@v1.5.3
20
+ with :
21
+ channel : ' stable'
20
22
- name : Flutter format
21
23
run : |
22
24
flutter format . --set-exit-if-changed
35
37
uses : actions/checkout@v2.3.4
36
38
- name : Install Flutter
37
39
uses : subosito/flutter-action@v1.5.3
40
+ with :
41
+ channel : ' stable'
38
42
- name : Enable desktop support
39
43
run : flutter config --enable-windows-desktop
40
44
- name : Build Windows app
62
66
uses : actions/checkout@v2.3.4
63
67
- name : Install Flutter
64
68
uses : subosito/flutter-action@v1.5.3
69
+ with :
70
+ channel : ' stable'
65
71
- name : Enable desktop support
66
72
run : |
67
73
flutter config --enable-linux-desktop
Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@v2.3.4
14
14
- name : Install Flutter
15
15
uses : subosito/flutter-action@v1.5.3
16
+ with :
17
+ channel : ' stable'
16
18
- name : Enable desktop support
17
19
run : flutter config --enable-windows-desktop
18
20
- name : Build Windows app
41
43
uses : actions/checkout@v2.3.4
42
44
- name : Install Flutter
43
45
uses : subosito/flutter-action@v1.5.3
46
+ with :
47
+ channel : ' stable'
44
48
- name : Enable desktop support
45
49
run : |
46
50
flutter config --enable-linux-desktop
You can’t perform that action at this time.
0 commit comments