From 59c247d53d1965d08eeb68d952e5c5ca4e711d5f Mon Sep 17 00:00:00 2001 From: Lubos Date: Sun, 4 Jun 2023 14:20:26 +0200 Subject: [PATCH] OpenXR - Remove redundant CI workflow --- .github/workflows/build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48937e2874..065750613c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,14 +155,8 @@ jobs: extra: android cc: clang cxx: clang++ - args: cd android && ./ab.sh -j2 APP_ABI=arm64-v8a OPENXR=1 OPENXR_PLATFORM_QUEST=1 - id: android-vr-quest - - os: ubuntu-latest - extra: android - cc: clang - cxx: clang++ - args: cd android && ./ab.sh -j2 APP_ABI=arm64-v8a OPENXR=1 OPENXR_PLATFORM_PICO=1 - id: android-vr-pico + args: cd android && ./ab.sh -j2 APP_ABI=arm64-v8a OPENXR=1 + id: android-vr - os: ubuntu-latest extra: android cc: clang