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:
|
||||
cache-name: cache-roswell
|
||||
with:
|
||||
path: ~/.roswell
|
||||
key: "${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
path: |
|
||||
~/.roswell
|
||||
/usr/local/etc/roswell
|
||||
.qlot
|
||||
key: "${{ runner.os }}-build1-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}"
|
||||
- uses: 40ants/setup-lisp@test-cache
|
||||
- uses: 40ants/build-docs@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue