Skip to content

Commit

Permalink
ci(gds): move PDK_ROOT under ${{ github.workspace }}
Browse files Browse the repository at this point in the history
This enables us to run on self hosted GitHub runners in addition to the GitHub hosted runners.
  • Loading branch information
urish committed Apr 19, 2024
1 parent e423800 commit 856be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
gds:
env:
PYTHONIOENCODING: utf-8
PDK_ROOT: /home/runner/pdk
PDK_ROOT: ${{ github.workspace }}/pdk
TT_CONFIG: sky130.yaml
# Uncomment the following line to build only the specified projects:
#TT_ONLY_PROJECTS: tt_um_chip_rom,tt_um_factory_test,tt_um_duk_lif,tt_um_analog_loopback,tt_um_mattvenn_inverter,tt_um_urish_charge_pump
Expand Down

0 comments on commit 856be6f

Please sign in to comment.