ソースを参照

Update ci.yaml

git clone flutter from dev branch
AppFlowy.IO 3 年 前
コミット
76c8aa82ad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.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"