We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca1ac3 commit 708d7fbCopy full SHA for 708d7fb
.github/workflows/presubmit.yaml
@@ -9,7 +9,7 @@ on:
9
pull_request:
10
push:
11
branches:
12
- - master
+ - main
13
workflow_dispatch:
14
15
permissions:
.github/workflows/presubmit.yaml.template
@@ -7,7 +7,7 @@ on:
7
8
tool/github.sh
@@ -10,7 +10,7 @@ set -e
export JAVA_HOME=$JAVA_HOME_17_X64
# Clone and configure Flutter to the latest stable release
-git clone --depth 1 -b stable --single-branch https://github.com/flutter/flutter.git ../flutter
+git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
flutter config --no-analytics
16
flutter doctor
0 commit comments