File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
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 -b stable --depth 1
30
+ - git clone https://github.com/flutter/flutter.git --depth 1
31
+ - git checkout 1.22.6
31
32
- export PATH=./flutter/bin:$PATH
32
33
- flutter doctor
33
34
- yes | sdkmanager "platforms;android-29"
44
45
- brew install libimobiledevice
45
46
- brew install ideviceinstaller
46
47
- brew install ios-deploy
47
- - git clone https://github.com/flutter/flutter.git -b stable --depth 1
48
+ - git clone https://github.com/flutter/flutter.git --depth 1
49
+ - git checkout 1.22.6
48
50
- export PATH=./flutter/bin:$PATH
49
51
- flutter doctor
50
52
script :
You can’t perform that action at this time.
0 commit comments