mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
Use verilator 5.032 for CI
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
7
.github/workflows/regression-tests.yml
vendored
7
.github/workflows/regression-tests.yml
vendored
@@ -13,10 +13,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Ubuntu packages
|
||||
run: |
|
||||
sudo apt install -y --no-install-recommends iverilog verilator
|
||||
- uses: v0xnihili/install-verilator-action@main
|
||||
with:
|
||||
version: v5.032
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user