Added a cache step.

This commit is contained in:
Alexander Artemenko 2021-02-24 23:09:23 +03:00
parent 5aad6b8a6b
commit b803008420

View file

@ -7,6 +7,7 @@ on:
branches:
- 'main'
- 'master'
- 'test-cache'
schedule:
- cron: '0 10 * * 1'
@ -19,7 +20,15 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: 40ants/setup-lisp@v1
- name: Cache Roswell Setup
uses: actions/cache@v2
env:
cache-name: cache-roswell
with:
path: ~/.roswell
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}
with:
- uses: 40ants/setup-lisp@test-cache
- uses: 40ants/build-docs@v1
with:
asdf-system: docs