Setup lisp only if there is no cache.

This commit is contained in:
Alexander Artemenko 2021-02-25 00:33:26 +03:00
parent 403fe83da2
commit 2ac6a3bf1b

View file

@ -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