Compare commits

..

1 commit

Author SHA1 Message Date
62547170fc
Apply cache 2025-01-11 15:41:06 +09:00

View file

@ -26,7 +26,7 @@ jobs:
uses: actions/cache/restore@v4 uses: actions/cache/restore@v4
with: with:
path: | path: |
/usr/local/bin/ /usr/local/bin/ros
~/.roswell ~/.roswell
~/.config/common-lisp/source-registry.conf.d ~/.config/common-lisp/source-registry.conf.d
~/lisp ~/lisp
@ -45,7 +45,7 @@ jobs:
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
path: | path: |
/usr/local/bin/ /usr/local/bin/ros
~/.roswell ~/.roswell
~/.config/common-lisp/source-registry.conf.d ~/.config/common-lisp/source-registry.conf.d
~/lisp ~/lisp