update github actions with new python syntax
This commit is contained in:
parent
43fa1c4930
commit
27e8fec597
|
|
@ -11,5 +11,4 @@ jobs:
|
||||||
- run: python3 manta.py gen examples/counter/ila.yaml examples/counter/src/debug.sv
|
- run: python3 manta.py gen examples/counter/ila.yaml examples/counter/src/debug.sv
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: examples/counter
|
working-directory: examples/counter
|
||||||
run: mkdir obj
|
run: mkdir obj && python3 lab-bc.py
|
||||||
run: python3 lab-bc.py
|
|
||||||
Loading…
Reference in New Issue