Compare commits

..

1 commit

Author SHA1 Message Date
e852fa6b27
Apply cache 2025-01-11 15:21:47 +09:00

View file

@ -43,10 +43,7 @@ jobs:
id: save-cache id: save-cache
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: | path: $HOME/.roswell/
~/.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