Compare commits

..

1 commit

Author SHA1 Message Date
7d38dd258c
Apply cache 2025-01-11 15:11:17 +09:00

View file

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