add printing build log to github actions
This commit is contained in:
parent
0d05c759bd
commit
5df3f54ba5
|
|
@ -24,4 +24,8 @@ jobs:
|
|||
|
||||
- name: Build Verilog
|
||||
working-directory: examples/counter
|
||||
run: mkdir obj && python3 lab-bc.py
|
||||
run: mkdir obj && python3 lab-bc.py
|
||||
|
||||
- name: Print build.log
|
||||
working-directory: examples/counter
|
||||
run: cat obj/build.log
|
||||
Loading…
Reference in New Issue