From 3d7782a0db0db09639e118a87a3a2a3c3eb33e6e Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 22:45:04 +0200 Subject: [PATCH] Github actions Android setup script is useless --- .github/workflows/ballfield.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 8ed476493..a7aec7282 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -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