Caching ros binary.
This commit is contained in:
parent
971ebac7e1
commit
aac5b08ab6
1 changed files with 7 additions and 6 deletions
13
.github/workflows/docs.yml
vendored
13
.github/workflows/docs.yml
vendored
|
@ -29,16 +29,19 @@ jobs:
|
|||
env:
|
||||
cache-name: cache-roswell
|
||||
with:
|
||||
# ~/.cache/common-lisp/
|
||||
path: |
|
||||
/usr/local/bin/ros
|
||||
~/.cache/common-lisp/
|
||||
~/.roswell
|
||||
/usr/local/etc/roswell
|
||||
.qlot
|
||||
key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
key: "${{ runner.os }}-build2-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
- name: Check dirs
|
||||
run: |
|
||||
set -x
|
||||
ls ~/.roswell
|
||||
which ros
|
||||
which qlot
|
||||
tree ~/.roswell
|
||||
ls /usr/local/etc/roswell
|
||||
ls .qlot
|
||||
- name: Restore Path
|
||||
|
@ -53,9 +56,7 @@ jobs:
|
|||
set -x
|
||||
which ros
|
||||
which qlot
|
||||
ls /usr/local/bin
|
||||
tree /usr/local
|
||||
ls ~/.roswell
|
||||
tree ~/.roswell
|
||||
ls /usr/local/etc/roswell
|
||||
ls .qlot
|
||||
|
||||
|
|
Loading…
Reference in a new issue