Skip to content

Commit c1d7077

Browse files
authored
Revert "Narrow the cache of xdg directory" (#22)
Reverts #20 This results in the `~/.cache` directory gets created under `root` instead of `runner`. Reverting fix this problem. Verified the fix with #21
1 parent 76d8a64 commit c1d7077

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

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

0 commit comments

Comments
 (0)