From f8c3ddff9a4251c29671be0f9f7f131f723aaedc Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:59:10 +0300 Subject: [PATCH] Update Test_Build.yml --- .github/workflows/Test_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test_Build.yml b/.github/workflows/Test_Build.yml index b560405f..54bef27b 100644 --- a/.github/workflows/Test_Build.yml +++ b/.github/workflows/Test_Build.yml @@ -32,7 +32,7 @@ jobs: - name: Clone and compile 3ds-examples run: | git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples - find tests/3ds-examples -type f -name Makefile -execdir make \; + make -C tests/3ds-examples - name: Upload binaries uses: actions/upload-artifact@v4