To speed up the CI times we should cache the sketch files in CI, keying them by commit hash of the repositories that generated them.
If datasketches-cpp or datasketches-java weren't updated in between CI runs there is no value in re-generating the serialised files so we should leverage the CI caching logic to make it more efficient.