diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index e58e564..36c40e8 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -24,4 +24,8 @@ jobs: - name: Build Verilog working-directory: examples/counter - run: mkdir obj && python3 lab-bc.py \ No newline at end of file + run: mkdir obj && python3 lab-bc.py + + - name: Print build.log + working-directory: examples/counter + run: cat obj/build.log \ No newline at end of file