Compare commits

..

1 commit

Author SHA1 Message Date
be4204e326
Apply cache 2025-01-11 15:39:13 +09:00
2 changed files with 2 additions and 0 deletions
.forgejo/workflows
hoge.txt

View file

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

View file