sdl2-compat icon indicating copy to clipboard operation
sdl2-compat copied to clipboard

MSVC artifacts of sdl2-compat 2.32.62 release contain SDL3 3.2.30 DLL's instead of 3.4.0

Open madebr opened this issue 2 weeks ago • 2 comments

I'm not entirely sure about how this happens (timing wise), but from looking at the logs, I think the MSVC binaries include 3.2.30 instead of the latest 3.4.0.

https://github.com/libsdl-org/sdl2-compat/actions/runs/20631487846/job/59250073122#step:6:33

[INFO] Download dependency SDL version 3.2.30 (tag=release-3.2.30) 
[INFO] Executing args=['gh', '-R', 'libsdl-org/SDL', 'release', 'download', 'release-3.2.30']

Re-running the job should fetch the last SDL3 release (I think), unless the delta time is too small and the GitHub api does not show a difference in time.

madebr avatar Jan 01 '26 16:01 madebr