- uses actions/cache@v4 and hendrikmuhs/ccache-action@v1.2.14
- Keeps the cache from CMake Cache configuration (Windows, Linux, macOS)
- Keeps the cache from CMake build objects (only Linux works)
ci: remove duplicated cache (Windows/Mac)
- Remove "qt" cache from macos.yml
ci: remove duplicated cache from macos-qt.yml
- Rename step on macos.yml
ci: revert cp -R and copy -R commands to mv and move respectively (Windows/macOS)
- Will decrease cache file size and speed up a little the build steps
ci: update cache name with OS-qt/sdl as a prefix
- This will invalidate all the other existing caches
ci: use the append-timestamp as false for linux/-qt
- Existing ccache caches will invalidate, but will produce once
ci: add hashes to the ccache keys
- Will invalidate caches once again, but I swear this is the last time