summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2021-09-16 00:38:19 +0300
committerStas Boukarev <stassats@gmail.com>2021-09-16 00:38:19 +0300
commitdb1e162bc1b58edb6f7e593dd768480229234bc0 (patch)
treebeaa932083c59b545db9148a5861e8f6c8f6f9eb /.github
parent3b6c7d3a9e69974dbe7ae8514267dc41e7372862 (diff)
github actions: use the correct cache key.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cl-host.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cl-host.yml b/.github/workflows/cl-host.yml
index 6816bf8a1..86c01dc28 100644
--- a/.github/workflows/cl-host.yml
+++ b/.github/workflows/cl-host.yml
@@ -17,7 +17,7 @@ jobs:
key: ecl-cache2
- name: build host ecl
- if: steps.ecl-cache.outputs.cache2-hit != 'true'
+ if: steps.ecl-cache2.outputs.cache-hit != 'true'
run: |
wget -q https://github.com/sbcl/sbcl/releases/download/sbcl-1.4.14/ecl.tgz
tar xf ecl.tgz