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