Caching ros binary.

This commit is contained in:
Alexander Artemenko 2021-02-25 00:07:54 +03:00
parent 971ebac7e1
commit aac5b08ab6

View file

@ -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