Compare commits
1 commit
be4204e326
...
62547170fc
Author | SHA1 | Date | |
---|---|---|---|
62547170fc |
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue