Skip to content

Commit

Permalink
Update L1-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi authored Aug 23, 2024
1 parent 16dce2f commit 68daa00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 68daa00

Please sign in to comment.