Update docs

This commit is contained in:
github-actions[bot] 2021-02-25 17:12:06 +00:00
parent d37d1f5072
commit 418f0e58ad

View file

@ -199,7 +199,7 @@ To make caching work, add such sections into your workflow file:
echo $HOME/.roswell/bin >> $GITHUB_PATH
echo .qlot/bin >> $GITHUB_PATH
if: steps.cache.outputs.cache-hit == 'true'
- uses: 40ants/setup-lisp@test-cache
- uses: 40ants/setup-lisp@v1
if: steps.cache.outputs.cache-hit != 'true'
```