Showing
2 changed files
with
3 additions
and
8 deletions
| @@ -39,9 +39,7 @@ jobs: | @@ -39,9 +39,7 @@ jobs: | ||
| 39 | - $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader & | 39 | - $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader & |
| 40 | 40 | ||
| 41 | # install pre-compiled flutter | 41 | # install pre-compiled flutter |
| 42 | - - FLUTTER_CHANNEL=master | ||
| 43 | - - FLUTTER_VERSION=v1.8.1-pre.23-${FLUTTER_CHANNEL} | ||
| 44 | - - wget --quiet --output-document=flutter.tar.xz https://storage.googleapis.com/flutter_infra/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_v${FLUTTER_VERSION}.tar.xz && tar xf flutter.tar.xz > /dev/null && rm flutter.tar.xz | 42 | + - wget --quiet --output-document=flutter.tar.xz https://storage.googleapis.com/flutter_infra/releases/dev/linux/flutter_linux_v1.7.11-dev.tar.xz && tar xf flutter.tar.xz > /dev/null && rm flutter.tar.xz |
| 45 | - export PATH="$PATH":"$HOME/.pub-cache/bin" | 43 | - export PATH="$PATH":"$HOME/.pub-cache/bin" |
| 46 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH | 44 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH |
| 47 | - flutter doctor -v | 45 | - flutter doctor -v |
| @@ -68,10 +66,7 @@ jobs: | @@ -68,10 +66,7 @@ jobs: | ||
| 68 | - brew install cocoapods || echo 'ignore exit(1)' | 66 | - brew install cocoapods || echo 'ignore exit(1)' |
| 69 | - brew link --overwrite cocoapods | 67 | - brew link --overwrite cocoapods |
| 70 | 68 | ||
| 71 | - # install pre-compiled flutter | ||
| 72 | - - FLUTTER_CHANNEL=master | ||
| 73 | - - FLUTTER_VERSION=v1.8.1-pre.23-${FLUTTER_CHANNEL} | ||
| 74 | - - wget --quiet --output-document=flutter.zip https://storage.googleapis.com/flutter_infra/releases/${FLUTTER_CHANNEL}/macos/flutter_macos_v${FLUTTER_VERSION}.zip && unzip -qq flutter.zip > /dev/null && rm flutter.zip | 69 | + - wget --quiet --output-document=flutter.zip https://storage.googleapis.com/flutter_infra/releases/dev/macos/flutter_macos_v1.7.11-dev.zip && unzip -qq flutter.zip > /dev/null && rm flutter.zip |
| 75 | - export PATH="$PATH":"$HOME/.pub-cache/bin" | 70 | - export PATH="$PATH":"$HOME/.pub-cache/bin" |
| 76 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH | 71 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH |
| 77 | - flutter doctor -v | 72 | - flutter doctor -v |
-
Please register or login to post a comment