github actions: use the correct cache key.

This commit is contained in:
Stas Boukarev 2021-09-16 00:38:19 +03:00
parent 3b6c7d3a9e
commit db1e162bc1

View file

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