The key 1-pods-{{ checksum "Podfile.lock" }} from restore_cache is always different to the key from save_cache.
Even if I specific the key manually so that they definitely match up, it retrieves the cache, and then just redownloads all the pods anyway. Can I specify a path from where it can retrieve the Pods from?
Hi Ugis. The above suggestion came from one of the Cocapods maintainers.
If you were to cache them, that would still be a download and upload, which would also result in longer times, and expose you to possible network issues.