From 123bbe79b5ceb3bfbe5c9e2491a1de16302a58ad Mon Sep 17 00:00:00 2001 From: Jack Wines Date: Fri, 25 Aug 2023 14:33:25 -0700 Subject: [PATCH] add ~/.cache to ci cache --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4998f3..ec2a486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,6 @@ build: cache: paths: - /nix/store + - ~/.cache artifacts: untracked: true