Fixed setup-lisp version in the doc.

This commit is contained in:
Alexander Artemenko 2021-02-25 20:09:06 +03:00
parent ea4d5135b6
commit 269b6131e6

View file

@ -194,7 +194,7 @@ To make caching work, add such sections into your workflow file:
echo $HOME/.roswell/bin >> $GITHUB_PATH echo $HOME/.roswell/bin >> $GITHUB_PATH
echo .qlot/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH
if: steps.cache.outputs.cache-hit == 'true' 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' if: steps.cache.outputs.cache-hit != 'true'
``` ```