Fixed cache key

Change-Id: Ifc8fa2ada75da9987c4a4f844f8842c549ef8bae
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
Jan Matyas 2023-02-21 17:09:05 +01:00
parent 26e0731cb5
commit 6332f84488
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: /opt/riscv path: /opt/riscv
key: "spike-$SPIKE_REV" key: "spike-${{env.SPIKE_REV}}"
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }} - if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
name: Download Toolchain name: Download Toolchain