mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Update ci.yaml
git clone flutter from dev branch
This commit is contained in:
parent
8acdb82612
commit
76c8aa82ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue