Setup lisp only if there is no cache.
This commit is contained in:
parent
403fe83da2
commit
2ac6a3bf1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
ls .qlot
|
ls .qlot
|
||||||
if: steps.cache.outputs.cache-hit == 'true'
|
if: steps.cache.outputs.cache-hit == 'true'
|
||||||
- uses: 40ants/setup-lisp@test-cache
|
- uses: 40ants/setup-lisp@test-cache
|
||||||
# if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
- name: Check dirs again
|
- name: Check dirs again
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in a new issue