From 195ec6132dc0a980f761b689fc323f58a3e414f4 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sun, 5 Feb 2023 16:21:06 -0500 Subject: [PATCH] update github actions with new python syntax --- .github/workflows/build_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 5237ea1..9ba05a4 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -11,4 +11,4 @@ jobs: - run: python3 manta.py gen examples/counter/ila.yaml examples/counter/src/debug.sv - name: build working-directory: examples/counter - run: python3 lab-bc.py \ No newline at end of file + run: python3 lab-bc.py -o \ No newline at end of file