From 7e0150b303a8bc9fe6b9110953af6e5d129aa88a Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:04:59 +0200 Subject: [PATCH] Tests: Remove 3ds-examples build until devkitpro docker image is updated --- .github/workflows/Test_Build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test_Build.yml b/.github/workflows/Test_Build.yml index 63fb1823..073e1616 100644 --- a/.github/workflows/Test_Build.yml +++ b/.github/workflows/Test_Build.yml @@ -35,7 +35,9 @@ jobs: - name: Clone and compile 3ds-examples run: | git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples - make -C tests/3ds-examples + # The devkitpro docker image is outdated and cannot build 3ds-examples at the moment + # TODO: Reenable this when it's updated again + # make -C tests/3ds-examples - name: Upload binaries uses: actions/upload-artifact@v4