ci: update SDL3 to 3.2.28

This commit is contained in:
Rosalie Wanders
2025-12-07 02:39:21 +01:00
parent 842bf0f593
commit 084ec42cd2
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
run: |
export sdl_dir="$(pwd)/../SDL3"
git clone https://github.com/libsdl-org/SDL.git "$sdl_dir" -b release-3.2.24 --depth=1
git clone https://github.com/libsdl-org/SDL.git "$sdl_dir" -b release-3.2.28 --depth=1
mkdir -p "$sdl_dir/build"
cmake -S "$sdl_dir" -B "$sdl_dir/build" \