Fixed setup-lisp version in the doc.
This commit is contained in:
parent
ea4d5135b6
commit
269b6131e6
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue