Closed bullno1 closed 2 months ago
Another option is to point to a ZIP file (using URL
rather than GIT_REPOSITORY
eg. https://github.com/libsdl-org/SDL/archive/88a01fbc964fbea1203071ea3ca2c6f799d4f571.zip
I didn't know they provide archive for each commit. Wow.
This fixes the current failed build in CI.
However, CI time significantly increases due to non-shallow clone.
The alternative is that you can fork SDL3 and only update it with upstream when needed.