update github actions with new python syntax

This commit is contained in:
Fischer Moseley 2023-02-05 16:23:45 -05:00
parent 1eb2b1d550
commit 43fa1c4930
1 changed files with 2 additions and 1 deletions

View File

@ -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