File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- uses : subosito/flutter-action@v2
15
+ with :
16
+ channel : stable
17
+ flutter-version : 3.19.6
15
18
- run : |
16
19
sudo apt-get update -y
17
20
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
23
26
steps :
24
27
- uses : actions/checkout@v2
25
28
- uses : subosito/flutter-action@v2
29
+ with :
30
+ channel : stable
31
+ flutter-version : 3.19.6
26
32
- run : flutter config --enable-macos-desktop
27
33
- run : cd example && flutter build macos -v
28
34
# Blocked by https://github.com/flutter/flutter/issues/118469
32
38
steps :
33
39
- uses : actions/checkout@v2
34
40
- uses : subosito/flutter-action@v2
41
+ with :
42
+ channel : stable
43
+ flutter-version : 3.19.6
35
44
- run : cd example && flutter build windows -v
36
45
- run : cd example && flutter test integration_test -v
You can’t perform that action at this time.
0 commit comments