From 622dc6a2f70ffb108ee077e1d9481b8d2328623c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 10 Dec 2021 14:59:48 +0300 Subject: [PATCH] github: disable Android at this moment --- .github/workflows/c-cpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7cbf2b4c..a9101e80 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,12 +15,12 @@ jobs: targetos: linux targetarch: i386 - - os: ubuntu-18.04 - targetos: android - targetarch: 32 - - os: ubuntu-18.04 - targetos: android - targetarch: 64 + # - os: ubuntu-18.04 + # targetos: android + # targetarch: 32 + # - os: ubuntu-18.04 + # targetos: android + # targetarch: 64 # - os: ubuntu-18.04 # targetos: motomagx