Skip to content

Commit c6bd734

Browse files
adding header
1 parent 12334dc commit c6bd734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/L2-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ jobs:
269269
-DCMAKE_MODULE_PATH="$GITHUB_WORKSPACE/install/tools/cmake"
270270
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
271271
-DCMAKE_CXX_FLAGS="
272-
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers"
272+
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers
273+
-I $GITHUB_WORKSPACE/install/usr/include"
273274
&&
274275
cmake --build build/mocks -j8
275276
&&

0 commit comments

Comments
 (0)