Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Feb 27, 2024
1 parent 7f9c8fd commit 9fbf3e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('verif/core-v-verif/vendor/riscv/',
'verif/regress/install-verilator.sh', 'verif/regress/install-spike.sh', 'ci/') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Run Tests
run: |
./tools/spike/bin/spike -v || ./tools/bin/verilator -v
set -x
export RISCV=$(pwd)/tools/riscv-toolchain/
tar xf tools.tar.gz
source verif/sim/setup-env.sh
DV_SIMULATORS=${{matrix.target}} bash ${{matrix.testcase}}

0 comments on commit 9fbf3e7

Please sign in to comment.