Handle tilde in the tech module of freepdk45

This commit is contained in:
Eren Dogan
2023-01-31 14:39:44 -08:00
parent 6177c85577
commit 3bf6ee1a91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: |
export OPENRAM_HOME="${{ github.workspace }}/compiler"
export OPENRAM_TECH="${{ github.workspace }}/technology"
export FREEPDK45="/home/github-runner/FreePDK45"
export FREEPDK45="~/FreePDK45"
# KLAYOUT_PATH breaks klayout installation. Unset it for now...
unset KLAYOUT_PATH
#cd $OPENRAM_HOME/.. && make pdk && make install