Skip to content

Commit

Permalink
ci: install and cache pdk before running matrix
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 2514557 commit 794f250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
run: |
python3 ./.github/scripts/get_IPs_matrix.py
echo "IPs=$(python3 ./.github/scripts/get_IPs_matrix.py)" >> "$GITHUB_OUTPUT"
Setup-Env:
runs-on: ubuntu-latest
steps:
- name: Install PDK
uses: efabless/EF_UVM/.github/actions/install-pdk@main

IPs:
strategy:
fail-fast: false
Expand Down

0 comments on commit 794f250

Please sign in to comment.