From 9d5681b270e4f8582faa804a60a49fa84e51aa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabel=20Sch=C3=B6ps=20Thiel?= <155141998+IST-Github@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:39:12 +0100 Subject: [PATCH] circle.yml --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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