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