ci: add depth 1 in flutter git clone

This commit is contained in:
Pratik 2021-11-23 14:22:42 +05:30 committed by GitHub
parent 1ee5a9402b
commit 9790251aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"