Skip to content

Commit

Permalink
ci: fix bug with install-pdk steps using incorrect syntax
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 725c948 commit 16d0235
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/install-pdk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ 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_OUTPUT
echo "OPEN_PDKS_COMMIT=bdc9412b3e468c102d01b7cf6337be06ec6e9c9a" >> $GITHUB_OUTPUT
- name: Cache PDK
shell: bash
id: cache-pdk
uses: actions/cache/restore@v4
with:
Expand All @@ -24,7 +18,6 @@ runs:
pip install volare
volare enable ${{ env.OPEN_PDKS_COMMIT }}
- name: Save PDK Cache
shell: bash
if: ${{ steps.cache-pdk.outputs.cache-hit != 'true' }}
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit 16d0235

Please sign in to comment.