Skip to content

Commit

Permalink
Export right OPENLANE_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 20, 2023
1 parent 2ba776f commit 5226525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Export Env Variables
run: |
echo "PDK_ROOT=/home/runner/work/pdk" >> $GITHUB_ENV
echo "OPENLANE_ROOT=/home/runner/work/caravel_user_project/openlane" >> $GITHUB_ENV
echo "OPENLANE_ROOT=/home/runner/work/caravel_user_project/dependencies/openlane_src" >> $GITHUB_ENV
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
echo "PDK_ROOT=/home/runner/work/pdk" >> $GITHUB_ENV
echo "PDK=${{ matrix.pdk }}" >> $GITHUB_ENV
echo "PDKPATH=/home/runner/work/pdk/${{ matrix.pdk }}" >> $GITHUB_ENV
echo "OPENLANE_ROOT=/home/runner/work/caravel_user_project/openlane" >> $GITHUB_ENV
echo "OPENLANE_ROOT=/home/runner/work/caravel_user_project/dependencies/openlane_src" >> $GITHUB_ENV
- name: Download PDK Tarball
Expand Down

0 comments on commit 5226525

Please sign in to comment.