Don't use tilde in $FREEPDK45

This commit is contained in:
Eren Dogan 2023-01-28 18:51:15 -08:00
parent c722e96da2
commit 96a9663c96
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler"
export OPENRAM_TECH="${{ github.workspace }}/technology"
export FREEPDK45="~/FreePDK45"
export FREEPDK45="/home/github-runner/FreePDK45"
# KLAYOUT_PATH breaks klayout installation. Unset it for now...
unset KLAYOUT_PATH
#cd $OPENRAM_HOME/.. && make pdk && make install