From 68daa00d9118dd9bcdc3d38347b89c28f687aed7 Mon Sep 17 00:00:00 2001 From: RAFI <103924677+cmuhammedrafi@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:21:50 +0530 Subject: [PATCH] Update L1-tests.yml --- .github/workflows/L1-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/L1-tests.yml b/.github/workflows/L1-tests.yml index f78dfe33..8c600fe7 100644 --- a/.github/workflows/L1-tests.yml +++ b/.github/workflows/L1-tests.yml @@ -130,6 +130,14 @@ jobs: && cmake --install build/Thunder + - name: Checkout ThunderInterfaces + if: steps.cache.outputs.cache-hit != 'true' + uses: actions/checkout@v3 + with: + repository: rdkcentral/ThunderInterfaces + path: ThunderInterfaces + ref: ${{env.INTERFACES_REF}} + - name: Build ThunderInterfaces if: steps.cache.outputs.cache-hit != 'true' run: >