mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-10-14 17:43:48 +00:00
chore: update flutter toolchain version to flutter 3.0
This commit is contained in:
parent
896123860d
commit
aad33f6746
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
|
flutter-version: '3.0.0'
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
flutter-version: '3.0.0'
|
||||||
|
|
||||||
- name: Pre build
|
- name: Pre build
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
@ -98,6 +99,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
flutter-version: '3.0.0'
|
||||||
|
|
||||||
- name: Pre build
|
- name: Pre build
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user