From 74ff2914f3cb34ab6c5b3169d244b6aefd91ddb2 Mon Sep 17 00:00:00 2001 From: Tyroonis Date: Sun, 24 Mar 2024 22:23:46 +0100 Subject: [PATCH] targets reactivated --- .github/workflows/test_and_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 6100a75f7..5f4fdb45e 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -78,10 +78,10 @@ jobs: include: - targetPlatform: StandaloneWindows64 targetDevice: Windows64 - # - targetPlatform: Android - # targetDevice: Pico - # - targetPlatform: Android - # targetDevice: Quest + - targetPlatform: Android + targetDevice: Pico + - targetPlatform: Android + targetDevice: Quest steps: # Checkout without LFS - name: Checkout repository