Merge branch 'master' of github.com:40ants/setup-lisp

This commit is contained in:
Alexander Artemenko 2021-02-25 20:35:49 +03:00
commit 4caaac9902

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'
```