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:
|
env:
|
||||||
cache-name: cache-roswell
|
cache-name: cache-roswell
|
||||||
with:
|
with:
|
||||||
# ~/.cache/common-lisp/
|
|
||||||
path: |
|
path: |
|
||||||
|
/usr/local/bin/ros
|
||||||
|
~/.cache/common-lisp/
|
||||||
~/.roswell
|
~/.roswell
|
||||||
/usr/local/etc/roswell
|
/usr/local/etc/roswell
|
||||||
.qlot
|
.qlot
|
||||||
key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
key: "${{ runner.os }}-build2-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||||
- name: Check dirs
|
- name: Check dirs
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
ls ~/.roswell
|
which ros
|
||||||
|
which qlot
|
||||||
|
tree ~/.roswell
|
||||||
ls /usr/local/etc/roswell
|
ls /usr/local/etc/roswell
|
||||||
ls .qlot
|
ls .qlot
|
||||||
- name: Restore Path
|
- name: Restore Path
|
||||||
|
@ -53,9 +56,7 @@ jobs:
|
||||||
set -x
|
set -x
|
||||||
which ros
|
which ros
|
||||||
which qlot
|
which qlot
|
||||||
ls /usr/local/bin
|
tree ~/.roswell
|
||||||
tree /usr/local
|
|
||||||
ls ~/.roswell
|
|
||||||
ls /usr/local/etc/roswell
|
ls /usr/local/etc/roswell
|
||||||
ls .qlot
|
ls .qlot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue