Skip to content

Commit

Permalink
try vars
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Aug 6, 2024
1 parent 3b8b09b commit 3c0efbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: drc
run: |
klayout -v
export KLAYOUT_HOME=/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/Open-PDK/${{ vars.KLAYOUT_HOME }} klayout
echo ${{ vars.KLAYOUT_HOME }};
export KLAYOUT_HOME=/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/Open-PDK/ihp-sg13g2/libs.tech/klayout/tech klayout
result=true;
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
Expand Down

0 comments on commit 3c0efbd

Please sign in to comment.