Skip to content

Commit 2898493

Browse files
committed
Set SDL3 version to specific commit due to a recent bugfix in the 3DS back-end.
1 parent 3d1788e commit 2898493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/n3ds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
repository: libsdl-org/SDL
2121
path: .github/SDL
22-
ref: release-3.2.6
22+
ref: 0306b5a865b7e7e8ff52f107c00c002cdddaae02
2323
- name: Install SDL3
2424
run: |
2525
cmake -S .github/SDL -B .github/SDL-build -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/cmake/3DS.cmake \

0 commit comments

Comments
 (0)