소스 검색

chore: update flutter toolchain version to flutter 3.0

appflowy 3 년 전
부모
커밋
aad33f6746
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/ci.yaml
  2. 2 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/ci.yaml

@@ -34,6 +34,7 @@ jobs:
         with:
           channel: 'stable'
           cache: true
+          flutter-version: '3.0.0'
 
       - name: Cache Cargo
         uses: actions/cache@v2

+ 2 - 0
.github/workflows/release.yml

@@ -50,6 +50,7 @@ jobs:
         uses: subosito/flutter-action@v2
         with:
           channel: 'stable'
+          flutter-version: '3.0.0'
 
       - name: Pre build
         working-directory: frontend
@@ -98,6 +99,7 @@ jobs:
         uses: subosito/flutter-action@v2
         with:
           channel: 'stable'
+          flutter-version: '3.0.0'
 
       - name: Pre build
         working-directory: frontend