Skip to content

Commit f6ff1c1

Browse files
committed
Double dollar?
Signed-off-by: Eddie Hung <[email protected]>
1 parent 9cc0db9 commit f6ff1c1

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
@@ -42,13 +42,13 @@ jobs:
4242
python3 net_printer/np.py ${{ matrix.benchmark }}_unrouted.phys GLOBAL_LOGIC0 | tee gnd.physnet
4343
- name: Print GND stubs
4444
run:
45-
sed -n -e '/Stub: 0/,$p' gnd.physnet
45+
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
5050
run:
51-
sed -n -e '/Stub: 0/,$p' vcc.physnet
51+
sed -n -e '/Stub: 0/,$$p' vcc.physnet
5252
- name: Print largest global net (corundum_25g)
5353
if: matrix.benchmark == 'corundum_25g'
5454
run:

0 commit comments

Comments
 (0)