ci: update SDL3 to v3.2.24

This commit is contained in:
Rosalie Wanders
2025-10-09 00:01:33 +02:00
parent 09dc63bf2c
commit 3c37df1bcf
+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.22 --depth=1
git clone https://github.com/libsdl-org/SDL.git "$sdl_dir" -b release-3.2.24 --depth=1
mkdir -p "$sdl_dir/build"
cmake -S "$sdl_dir" -B "$sdl_dir/build" \