Merge pull request #85 from pratikbalar/patch-1

ci: flutter git clone depth 1
This commit is contained in:
AppFlowy.IO 2021-11-23 17:00:14 +08:00 committed by GitHub
commit 6c9fa781cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,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"