Skip to content

Commit f7a0663

Browse files
committed
workflows: try with custom hier separator commit rebased on main before fix revert
1 parent 4607b0b commit f7a0663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static-power-analysis-flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Fetch OpenROAD-flow-scripts
6060
run: |
6161
git clone https://github.com/antmicro/OpenROAD-flow-scripts
62-
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator
62+
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator-and-dff-fix
6363
6464
- name: Update OpenROAD ibex sources
6565
run: |
@@ -133,7 +133,7 @@ jobs:
133133
- name: Fetch OpenROAD-flow-scripts
134134
run: |
135135
git clone https://github.com/antmicro/OpenROAD-flow-scripts
136-
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator
136+
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator-and-dff-fix
137137
138138
- name: Update OpenROAD ibex sources
139139
run: |
@@ -229,7 +229,7 @@ jobs:
229229
- name: Fetch OpenROAD-flow-scripts
230230
run: |
231231
git clone https://github.com/antmicro/OpenROAD-flow-scripts
232-
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator
232+
cd OpenROAD-flow-scripts && git fetch && git checkout mgan/custom-hier-separator-and-dff-fix
233233
234234
- name: Update OpenROAD ibex sources
235235
run: |

0 commit comments

Comments
 (0)