mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
ci: Remove unused defines
parameter (#1208)
The `defines` parameter is no longer supported by the CVA6 Makefile. remove it. Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
This commit is contained in:
parent
fafb6aa6d8
commit
aa547723d2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
|||
- name: Prepare
|
||||
run: ci/setup.sh
|
||||
- name: run tests
|
||||
run: make run-${{ matrix.testcase}}-verilator defines=${{ matrix.cache }}
|
||||
run: make run-${{ matrix.testcase}}-verilator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue