Skip to content

Commit

Permalink
work 4
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathinew authored and parvathinew committed Sep 13, 2024
1 parent 69064bc commit 1af7baa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/rdk_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ env:
THUNDER_REF: "R4.4.1"
THUNDER_TOOLS_REF: "R4.4.1"
INTERFACES_REF: "R4.4.1"
IARMBUS_INCLUDE_DIRS: ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/IARMBUS_INCLUDE_DIRS
IARMBUS_LIBRARIES: ${{github.workspace}}/networkmanager/Tests/headers/rdk/iarmbus/IARMBUS_LIBRARIES


jobs:
l1-tests:
name: Build and run unit tests
Expand Down Expand Up @@ -67,7 +65,12 @@ jobs:
uses: jwlawson/[email protected]
with:
cmake-version: '3.16.x'


-name: set up variables
set(IARMBUS_LIBRARIES ${IARMBUS_LIBRARIES} CACHE PATH "Path to IARMBus library")
set(IARMBUS_INCLUDE_DIRS ${IARMBUS_INCLUDE_DIRS})
set(IARMBUS_INCLUDE_DIRS ${IARMBUS_INCLUDE_DIRS} CACHE PATH "Path to IARMBus include")
- name: Install packages
run: >
sudo apt update
Expand Down

0 comments on commit 1af7baa

Please sign in to comment.