Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: Appveyor caches way too much.
Currently appveyor caches whole libzmq directory with all sources and build artifacts (349MB uncompressed). Solution: install build artifacts to separate `libzmq` directory and cache only this (~52.70MB uncompressed). That way we can save some space on shared cache volume that is 1GB (compressed data) now.
- Loading branch information