Update ci.yaml

git clone flutter from dev branch
This commit is contained in:
AppFlowy.IO 2021-11-23 17:17:16 +08:00 committed by GitHub
parent 8acdb82612
commit 76c8aa82ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
rustup default nightly
- name: Flutter
run: |
git clone --depth 1 https://github.com/flutter/flutter.git
git clone --depth 1 -b dev https://github.com/flutter/flutter.git
cd flutter
echo `pwd`"/bin" >> $GITHUB_PATH
export PATH="$PATH:`pwd`/bin"