RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Do a non-shallow clone of SDL3 #227

Closed bullno1 closed 3 weeks ago

bullno1 commented 3 weeks ago

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.

pusewicz commented 3 weeks 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

bullno1 commented 3 weeks ago

I didn't know they provide archive for each commit. Wow.