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 1212 steps :
1313 - uses : actions/checkout@v2
1414 - uses : subosito/flutter-action@v2
15+ with :
16+ channel : stable
17+ flutter-version : 3.19.6
1518 - run : |
1619 sudo apt-get update -y
1720 sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
2326 steps :
2427 - uses : actions/checkout@v2
2528 - uses : subosito/flutter-action@v2
29+ with :
30+ channel : stable
31+ flutter-version : 3.19.6
2632 - run : flutter config --enable-macos-desktop
2733 - run : cd example && flutter build macos -v
2834 # Blocked by https://github.com/flutter/flutter/issues/118469
3238 steps :
3339 - uses : actions/checkout@v2
3440 - uses : subosito/flutter-action@v2
41+ with :
42+ channel : stable
43+ flutter-version : 3.19.6
3544 - run : cd example && flutter build windows -v
3645 - run : cd example && flutter test integration_test -v
You can’t perform that action at this time.
0 commit comments