mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
ci: add depth 1 in flutter git clone
This commit is contained in:
parent
1ee5a9402b
commit
9790251aa2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
rustup default nightly
|
||||
- name: Flutter
|
||||
run: |
|
||||
git clone https://github.com/flutter/flutter.git
|
||||
git clone --depth 1 https://github.com/flutter/flutter.git
|
||||
cd flutter
|
||||
echo `pwd`"/bin" >> $GITHUB_PATH
|
||||
export PATH="$PATH:`pwd`/bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue