From 794f2509037806c4c3b975497bdfd0e5d7725310 Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Mon, 13 Jan 2025 14:34:07 +0200 Subject: [PATCH] ci: install and cache pdk before running matrix Signed-off-by: Kareem Farid --- .github/workflows/action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index d9f5271..3ce20b9 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -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