KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
834 stars 222 forks source link

CI build scripts prevent local use with test updates by initializing CTS submodule #898

Closed MarkCallow closed 2 months ago

MarkCallow commented 2 months ago

Submodule is initialized to the currently saved reference so if the user has updates in tests/cts they will not be seen.

Fix is to move the submodule init to the .yml files.