Parcourir la source

chore: specify flutter version on CI

appflowy il y a 3 ans
Parent
commit
0d40817cad
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: actions/checkout@v2
       - uses: subosito/flutter-action@v1
       - uses: subosito/flutter-action@v1
         with:
         with:
+          flutter-version: '2.10.0'
           channel: "stable"
           channel: "stable"
       - name: Deps Flutter
       - name: Deps Flutter
         run: flutter packages pub get
         run: flutter packages pub get