浏览代码

Merge pull request #85 from pratikbalar/patch-1

ci: flutter git clone depth 1
AppFlowy.IO 3 年之前
父节点
当前提交
6c9fa781cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

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