Use multiple paths to save all deps into the cache.

This commit is contained in:
Alexander Artemenko 2021-02-24 23:22:58 +03:00
parent e4b1117f61
commit 78c262b5a9

View file

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