From 23c462f311653499d83607783ab9d594ee813564 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 8 Jan 2026 15:14:52 +0100 Subject: [PATCH] disable the x86 android build vcpkg's openssl broke some time back --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4b42fb..c2fd820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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