We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e11cf7 commit e6b050fCopy full SHA for e6b050f
.github/workflows/xserver.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
APP_NAME: xserver
32
# It takes one hour per one architecture to build Boost and ICU libraries, and Github limits CI script duration to 6 hours
33
- ARCH_LIST: armeabi-v7a # arm64-v8a x86 x86_64
+ ARCH_LIST: armeabi-v7a arm64-v8a x86 x86_64
34
ANDROID_BUILD_TOOLS: 35.0.0
35
36
runs-on: ubuntu-latest
0 commit comments