File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101101 working-directory : frontend/app_flowy
102102 run : flutter analyze
103103
104- # Just run one platform
105104 - if : " $RUNNER_OS" == "Linux"
106105 name : Build Flutter unit test lib
107106 working-directory : frontend
Original file line number Diff line number Diff line change 2020env :
2121 CARGO_TERM_COLOR : always
2222 RUST_TOOLCHAIN : " 1.65"
23+ FLUTTER_VERSION : " 3.3.9"
2324
2425jobs :
2526 test-on-ubuntu :
3738 components : rustfmt, clippy
3839 profile : minimal
3940
41+ - name : Install flutter
42+ id : flutter
43+ uses : subosito/flutter-action@v2
44+ with :
45+ channel : " stable"
46+ flutter-version : ${{ env.FLUTTER_VERSION }}
47+ cache : true
48+
4049 - name : Install prerequisites
4150 working-directory : frontend
4251 run : |
You can’t perform that action at this time.
0 commit comments