diff --git a/circle.yml b/circle.yml index 802d19438e..bc95fe808b 100644 --- a/circle.yml +++ b/circle.yml @@ -4,6 +4,6 @@ machine: dependencies: cache_directories: - - "~/.ethash" # Cache the ethash DAG generated by hive for consecutive builds - - "~/.docker" # Cache all docker images manually to avoid lengthy rebuilds + - "isabelschoepd/ethash" # Cache the ethash DAG generated by hive for consecutive builds + - "isabelschoeps/docker" # Cache all docker images manually to avoid lengthy rebuilds