Fixed cache key
Change-Id: Ifc8fa2ada75da9987c4a4f844f8842c549ef8bae Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
parent
26e0731cb5
commit
6332f84488
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /opt/riscv
|
||||
key: "spike-$SPIKE_REV"
|
||||
key: "spike-${{env.SPIKE_REV}}"
|
||||
|
||||
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
|
||||
name: Download Toolchain
|
||||
|
|
Loading…
Reference in New Issue