From 3d03ed82ae1fe97c98f2c1f02c1a8e659f951af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me?= <124148386+cathales@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:41:08 +0100 Subject: [PATCH] GitHub ci: install verilator in tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50f92f9dc8..ae816ec3a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,5 @@ jobs: tar xf tools.tar tar xf tmp.tar source verif/sim/setup-env.sh + bash verif/regress/install-verilator.sh make run-${{ matrix.testcase}}-verilator target=${{ matrix.target }}