Github actions Android setup script is useless
This commit is contained in:
6
.github/workflows/ballfield.yml
vendored
6
.github/workflows/ballfield.yml
vendored
@@ -30,13 +30,15 @@ jobs:
|
||||
env:
|
||||
APP_NAME: ballfield
|
||||
# It takes one hour per one architecture to build Boost and ICU libraries, and Github limits CI script duration to 6 hours
|
||||
ARCH_LIST: armeabi-v7a arm64-v8a x86 x86_64
|
||||
#ARCH_LIST: armeabi-v7a arm64-v8a x86 x86_64
|
||||
ARCH_LIST: arm64-v8a
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
run: >
|
||||
echo yes | sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses
|
||||
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user