disable the x86 android build

vcpkg's openssl broke some time back
This commit is contained in:
Green Sky
2026-01-08 15:14:52 +01:00
parent c03a0f0f24
commit 23c462f311

View File

@@ -68,8 +68,8 @@ jobs:
ndk_abi: armeabi-v7a
- vcpkg_toolkit: arm64-android-23
ndk_abi: arm64-v8a
- vcpkg_toolkit: x64-android-23
ndk_abi: x86_64
#- vcpkg_toolkit: x64-android-23
# ndk_abi: x86_64
steps:
- uses: actions/checkout@v4