update github actions with new python syntax

This commit is contained in:
Fischer Moseley 2023-02-05 16:24:53 -05:00
parent 43fa1c4930
commit 27e8fec597
1 changed files with 1 additions and 2 deletions

View File

@ -11,5 +11,4 @@ jobs:
- run: python3 manta.py gen examples/counter/ila.yaml examples/counter/src/debug.sv
- name: build
working-directory: examples/counter
run: mkdir obj
run: python3 lab-bc.py
run: mkdir obj && python3 lab-bc.py