From 2ac6a3bf1bd1f9ab4cbfe56653a2cff5112b0670 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 25 Feb 2021 00:33:26 +0300 Subject: [PATCH] Setup lisp only if there is no cache. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 80378a9..8818a6f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -60,7 +60,7 @@ jobs: ls .qlot if: steps.cache.outputs.cache-hit == 'true' - uses: 40ants/setup-lisp@test-cache -# if: steps.cache.outputs.cache-hit != 'true' + if: steps.cache.outputs.cache-hit != 'true' - name: Check dirs again run: | set -x