Skip to content

Commit

Permalink
ci: Correct usage of list-make-prerequisites action
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 6, 2024
1 parent ee8bfbc commit 4eed0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Get Verilator prerequisites hash
- name: Hash Verilator prerequisites
id: verilator-hash
uses: colluca/list-make-prerequisites@v1
with:
working-directory: target/snitch_cluster
target: bin/snitch_cluster.vlt
recursive: true
flags: --recursive
- name: Set up cache for Verilator build
id: verilator-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 4eed0e0

Please sign in to comment.