update github actions with new python syntax

This commit is contained in:
Fischer Moseley 2023-02-05 16:19:17 -05:00
parent 00b29bcd11
commit b4b36f0c9f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: python3 manta.py gen examples/counter/ila.yaml
- 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