udpate github actions to build then install
This commit is contained in:
parent
17dbd4332b
commit
ceffb52d82
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
echo "${{ secrets.LAB_BC_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
|
||||
|
||||
- name: Install Manta from Source
|
||||
run: python3 -m pip install .
|
||||
run: python -m build && python3 -m pip install .
|
||||
|
||||
- name: Generate Core
|
||||
run: manta gen examples/counter/manta.yaml examples/counter/src/debug.sv
|
||||
|
|
|
|||
Loading…
Reference in New Issue