This commit is contained in:
parent
0112e5c315
commit
b3c9c5b4f6
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,6 @@ jobs:
|
||||||
lisp:
|
lisp:
|
||||||
- sbcl-bin
|
- sbcl-bin
|
||||||
|
|
||||||
env:
|
|
||||||
LISP: ${{ matrix.lisp }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -47,6 +44,7 @@ jobs:
|
||||||
- name: Save cache
|
- name: Save cache
|
||||||
id: save-cache
|
id: save-cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
if: steps.restore-cache.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/usr/local/bin/ros
|
/usr/local/bin/ros
|
||||||
|
|
Loading…
Reference in a new issue