From 55df943dc45a56175a94f5076270cd15fce97c6e Mon Sep 17 00:00:00 2001 From: IveanEx Date: Sun, 1 Sep 2024 18:10:34 +0200 Subject: [PATCH] Bug Fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57becb909..8a75c55b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: make rtl CFG_OVERRIDE=target/rtl/cfg/occamy_cfg/hemaia.hjson - name: Compile Verilator Binary run: | - make occamy_system_vlt CFG_OVERRIDE=target/rtl/cfg/occamy_cfg/hemaia.hjson + make occamy_system_vlt - name: Run Tests working-directory: target/sim run: |-