mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-11 11:41:14 +00:00
yml: remove --install parameter
This commit is contained in:
parent
cfc832afe6
commit
248c98ee6e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ before_script:
|
|||
- export ANDROID_NDK_HOME=$HOME/NDK_ETL/ndk-bundle
|
||||
- chmod -R 775 $HOME/NDK_ETL/ndk-bundle
|
||||
before_install:
|
||||
- echo yes | sdkmanager --install 'platform-tools' 'platforms;android-26' 'build-tools;25.0.2' 'tools'
|
||||
- echo yes | sdkmanager "platform-tools" "platforms;android-26" "build-tools;25.0.2" "tools"
|
||||
# Emulator Management: Create, Start and Wait
|
||||
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a
|
||||
- emulator -avd test -no-window &
|
||||
|
|
Loading…
Reference in a new issue