Skip to content

Commit

Permalink
ci: fix install-pdk action not exporting required env variables
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Jan 13, 2025
1 parent 16d0235 commit 2514557
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/install-pdk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: 'Install PDK using volare. Uses github actions cache'
runs:
using: "composite"
steps:
- name: Set Env Variables
shell: bash
run: |
echo "PDK_ROOT=$HOME/.volare/" >> $GITHUB_ENV
echo "OPEN_PDKS_COMMIT=bdc9412b3e468c102d01b7cf6337be06ec6e9c9a" >> $GITHUB_ENV
- name: Cache PDK
id: cache-pdk
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 2514557

Please sign in to comment.