Skip to content

Commit 76d8a64

Browse files
authored
Narrow the cache of xdg directory (#20)
Narrow the cache of xdg directory per request from @savil
1 parent 1998394 commit 76d8a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ runs:
122122
uses: actions/cache@v3
123123
with:
124124
path: |
125-
~/.cache
125+
~/.cache/devbox
126+
~/.cache/nix
126127
~/.local/state/nix
127128
~/.nix-defexpr
128129
~/.nix-profile

0 commit comments

Comments
 (0)