add ~/.cache to ci cache

This commit is contained in:
Jack Wines 2023-08-25 14:33:25 -07:00
parent 54a2c97561
commit 123bbe79b5

View file

@ -11,5 +11,6 @@ build:
cache: cache:
paths: paths:
- /nix/store - /nix/store
- ~/.cache
artifacts: artifacts:
untracked: true untracked: true