Compare commits
1 commit
e852fa6b27
...
9205d89641
Author | SHA1 | Date | |
---|---|---|---|
9205d89641 |
1 changed files with 4 additions and 1 deletions
|
@ -43,7 +43,10 @@ jobs:
|
|||
id: save-cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: $HOME/.roswell/
|
||||
path: |
|
||||
~/.roswell
|
||||
~/.config/common-lisp/source-registry.conf.d
|
||||
~/lisp
|
||||
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue