mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
github actions: use the correct cache key.
This commit is contained in:
parent
3b6c7d3a9e
commit
db1e162bc1
2
.github/workflows/cl-host.yml
vendored
2
.github/workflows/cl-host.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue