Compare commits

..

1 commit

Author SHA1 Message Date
9205d89641
Apply cache 2025-01-11 15:22:49 +09:00

View file

@ -43,7 +43,10 @@ jobs:
id: save-cache id: save-cache
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: $HOME/.roswell/ path: |
~/.roswell
~/.config/common-lisp/source-registry.conf.d
~/lisp
key: ${{ steps.restore-cache.outputs.cache-primary-key }} key: ${{ steps.restore-cache.outputs.cache-primary-key }}
- name: Install dependencies - name: Install dependencies