Skip to content

Commit ab7c8ff

Browse files
committed
Fix net_printer workflow
Signed-off-by: Eddie Hung <[email protected]>
1 parent 9c5085e commit ab7c8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/net_printer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
run:
4242
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC0 | tee gnd.physnet
4343
- name: Print GND stubs
44-
run:
44+
run: |
4545
sed -n -e '/Stub: 0/,$p' gnd.physnet
4646
- name: Print VCC net
4747
run:
4848
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC1 | tee vcc.physnet
4949
- name: Print VCC stubs
50-
run:
50+
run: |
5151
sed -n -e '/Stub: 0/,$p' vcc.physnet
5252
- name: Print largest global net (corundum_25g)
5353
if: matrix.benchmark == 'corundum_25g'

0 commit comments

Comments
 (0)