asmaloney / GDExtensionTemplate

📜 A template project for building Godot 4 GDExtensions using CMake
The Unlicense
228 stars 22 forks source link

{CI} Windows debug files aren't caching properly #21

Open asmaloney opened 1 year ago

asmaloney commented 1 year ago

Based on the discussion here, I switched the CI from conda to choco and upgraded the ccache included with choco #20.

This fixed the Windows release caching.

For some reason debug isn't caching though.

At the moment I don't see what's different between debug & release.