### Steps to reproduce 1. Install dependencies to `/tmp/crystalpath` 2. Add `/tmp/crystalpath` to the **CRYSTAL_PATH** environment variable 3. Remove shards cache 3. Run: `shards --local build` ### Expected behavior ``` Dependencies are satisfied ``` ### Actual behavior ``` Resolving dependencies Missing repository cache for "crystal-pg". Please run without --local to fetch it. ```