mirror of https://github.com/VLSIDA/OpenRAM.git
Stay at the root when installing pdk on regress
This commit is contained in:
parent
c01a7915d7
commit
e972427e5f
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
export OPENRAM_HOME="${{ github.workspace }}/compiler"
|
||||||
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
export OPENRAM_TECH="${{ github.workspace }}/technology"
|
||||||
cd $OPENRAM_HOME/tests
|
|
||||||
export PDK_ROOT="${{ github.workspace }}/pdk"
|
export PDK_ROOT="${{ github.workspace }}/pdk"
|
||||||
make pdk
|
make pdk
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue