Browse Source

chore: specify flutter version on CI

appflowy 3 năm trước cách đây
mục cha
commit
0d40817cad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/dart_lint.yml

+ 1 - 0
.github/workflows/dart_lint.yml

@@ -23,6 +23,7 @@ jobs:
         uses: actions/checkout@v2
       - uses: subosito/flutter-action@v1
         with:
+          flutter-version: '2.10.0'
           channel: "stable"
       - name: Deps Flutter
         run: flutter packages pub get