From 949932f40c7f926323c5b4b7798dc426dbb264e2 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:04:10 -0500 Subject: [PATCH] github actions debugging --- .github/workflows/build_examples.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 507194a..87f9ffa 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -16,10 +16,12 @@ jobs: - name: Install Manta from Source run: | pip install setuptools --upgrade + apt install -y tree + tree python3 -m pip install . - name: Generate Core - run: python3 -m manta gen examples/counter/manta.yaml examples/counter/src/debug.sv + run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv - name: Build Verilog working-directory: examples/counter