From 76c8aa82ad9d411c3ed58818ad34579f763dd648 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Tue, 23 Nov 2021 17:17:16 +0800 Subject: [PATCH] Update ci.yaml git clone flutter from dev branch --- .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 65befe68e2..b3debde0bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: rustup default nightly - name: Flutter run: | - git clone --depth 1 https://github.com/flutter/flutter.git + git clone --depth 1 -b dev https://github.com/flutter/flutter.git cd flutter echo `pwd`"/bin" >> $GITHUB_PATH export PATH="$PATH:`pwd`/bin"