Use multiple paths to save all deps into the cache.
This commit is contained in:
parent
e4b1117f61
commit
78c262b5a9
1 changed files with 5 additions and 2 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -25,8 +25,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
cache-name: cache-roswell
|
cache-name: cache-roswell
|
||||||
with:
|
with:
|
||||||
path: ~/.roswell
|
path: |
|
||||||
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
~/.roswell
|
||||||
|
/usr/local/etc/roswell
|
||||||
|
.qlot
|
||||||
|
key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||||
- uses: 40ants/setup-lisp@test-cache
|
- uses: 40ants/setup-lisp@test-cache
|
||||||
- uses: 40ants/build-docs@v1
|
- uses: 40ants/build-docs@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue