File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cleanup() {
1717trap cleanup EXIT HUP INT QUIT TERM PIPE
1818cd " $tmpdir "
1919
20- git clone --single-branch -vv \
20+ git clone --single-branch --branch main - vv \
2121 https://dart.googlesource.com/external/github.com/flutter/engine
2222
2323cd engine
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ popd # flutter
7171git clone --single-branch --depth=1 -vv \
7272 https://dart.googlesource.com/external/github.com/flutter/buildroot src
7373pushd src
74- git clone --single-branch --depth=1 -vv \
74+ git clone --single-branch --branch main -- depth=1 -vv \
7575 https://dart.googlesource.com/external/github.com/flutter/engine flutter
7676mkdir -p third_party
7777pushd third_party
You can’t perform that action at this time.
0 commit comments