Tests: Remove 3ds-examples build until devkitpro docker image is updated

This commit is contained in:
wheremyfoodat
2026-02-24 20:04:59 +02:00
parent 0c1ccbd177
commit 7e0150b303

View File

@@ -35,7 +35,9 @@ jobs:
- name: Clone and compile 3ds-examples - name: Clone and compile 3ds-examples
run: | run: |
git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples 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 - name: Upload binaries
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4