File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 27
27
- unzip -qq gradle-3.5-bin.zip
28
28
- export GRADLE_HOME=$PWD/gradle-3.5
29
29
- export PATH=$GRADLE_HOME/bin:$PATH
30
- - git clone https://github.com/flutter/flutter.git --depth 1
31
- - git checkout 1.22.6
30
+ - git clone https://github.com/flutter/flutter.git --depth 1 --branch 1.22.6
32
31
- export PATH=./flutter/bin:$PATH
33
32
- flutter doctor
34
33
- yes | sdkmanager "platforms;android-29"
45
44
- brew install libimobiledevice
46
45
- brew install ideviceinstaller
47
46
- brew install ios-deploy
48
- - git clone https://github.com/flutter/flutter.git --depth 1
49
- - git checkout 1.22.6
47
+ - git clone https://github.com/flutter/flutter.git --depth 1 --branch 1.22.6
50
48
- export PATH=./flutter/bin:$PATH
51
49
- flutter doctor
52
50
script :
You can’t perform that action at this time.
0 commit comments