From 27e8fec597e83927e908575d3143d1dc3ae3d092 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sun, 5 Feb 2023 16:24:53 -0500 Subject: [PATCH] update github actions with new python syntax --- .github/workflows/build_examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index cd4616a..55d8567 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -11,5 +11,4 @@ jobs: - run: python3 manta.py gen examples/counter/ila.yaml examples/counter/src/debug.sv - name: build working-directory: examples/counter - run: mkdir obj - run: python3 lab-bc.py \ No newline at end of file + run: mkdir obj && python3 lab-bc.py \ No newline at end of file