From 43fa1c4930ad5796b5f65a811345440cfec1bad0 Mon Sep 17 00:00:00 2001 From: Fischer Moseley Date: Sun, 5 Feb 2023 16:23:45 -0500 Subject: [PATCH] update github actions with new python syntax --- .github/workflows/build_examples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index e07e76d..cd4616a 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -11,4 +11,5 @@ 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 -o obj/ \ No newline at end of file + run: mkdir obj + run: python3 lab-bc.py \ No newline at end of file