diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 9ba05a4..e07e76d 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 -o \ No newline at end of file + run: python3 lab-bc.py -o obj/ \ No newline at end of file