Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified: Caching dependencies to speed up the workflow
restore a cached version of the snappy from a previous run If the cache is not found (cache-hit != 'true'), it installs snappy and the installed files are cached for future runs. Caches the build directory to speed up subsequent builds (The cache key is based on the CMakeLists.txt files' hash to ensure the cache is updated when the build configuration changes).
- Loading branch information