Fix make target in regression

This commit is contained in:
Eren Dogan 2024-01-18 14:45:44 -08:00
parent 84020f13c6
commit 5081cf2383
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ jobs:
export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_HOME="${{ github.workspace }}/compiler"
export OPENRAM_TECH="${{ github.workspace }}/technology" export OPENRAM_TECH="${{ github.workspace }}/technology"
export PDK_ROOT="${{ github.workspace }}/pdk" export PDK_ROOT="${{ github.workspace }}/pdk"
make pdk # Add make targets to install PDKs of all technologies that need it
make install make sky130-pdk
make sky130-install
- name: Regress - name: Regress
run: | run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_HOME="${{ github.workspace }}/compiler"