From af3c7d6935f49f28c3a2f22fcfe7bb428182e938 Mon Sep 17 00:00:00 2001 From: joneshf Date: Thu, 9 Aug 2018 22:18:06 -0700 Subject: [PATCH] Cache the dist directory as well --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b12caf..bd7e882 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: keys: - v1-nix-{{ checksum "package.yaml" }} - v1-nix- - name: Restoring stack cache + name: Restoring cache - run: name: Compile command: nix-shell --run 'make sdist test -j2' @@ -18,6 +18,7 @@ jobs: name: Caching nix paths: - /nix + - dist for-github: docker: