update github actions with new python syntax
This commit is contained in:
parent
1eb2b1d550
commit
43fa1c4930
|
|
@ -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/
|
||||
run: mkdir obj
|
||||
run: python3 lab-bc.py
|
||||
Loading…
Reference in New Issue