From e972427e5f92a7ad87d79f39cabe745934c95f45 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Fri, 14 Apr 2023 10:03:29 -0700 Subject: [PATCH] Stay at the root when installing pdk on regress --- .github/workflows/regress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 2526a136..7eefd28f 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -23,7 +23,6 @@ jobs: run: | export OPENRAM_HOME="${{ github.workspace }}/compiler" export OPENRAM_TECH="${{ github.workspace }}/technology" - cd $OPENRAM_HOME/tests export PDK_ROOT="${{ github.workspace }}/pdk" make pdk make install