소스 검색

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"