Compare commits

..

1 commit

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

View file

@ -25,7 +25,10 @@ jobs:
id: restore-cache
uses: actions/cache/restore@v4
with:
path: $HOME/.roswell/
path: |
~/.roswell
~/.config/common-lisp/source-registry.conf.d
~/lisp
key: roswell-${{ runner.os }}-${{ matrix.lisp }}
- name: Install Roswell and Qlot