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 f577101 commit f33ccd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare
run: |
ci/setup.sh

- name: Cache tools
id: cache-tools
Expand All @@ -31,6 +28,10 @@ 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/') }}

- name: Prepare
run: |
ci/setup.sh
execute-riscv-tests:
name: execute-riscv-tests
Expand Down

0 comments on commit f33ccd4

Please sign in to comment.