From 9790251aa2a9fc1e044021398c58592845a0a44c Mon Sep 17 00:00:00 2001 From: Pratik <68642400+pratikbalar@users.noreply.github.com> Date: Tue, 23 Nov 2021 14:22:42 +0530 Subject: [PATCH] ci: add depth 1 in flutter git clone --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9faf4070f7..8232919f9e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"