Преглед изворни кода

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"