From 96baf707df0867f735470c45921122c939b28fe7 Mon Sep 17 00:00:00 2001 From: Richard Woh Date: Sat, 28 Mar 2026 08:20:15 -0700 Subject: [PATCH] Issue 70: Enable SVP when building tasecureapi in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34cde62..c9f34cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: run: | git clone https://github.com/rdkcentral/tasecureapi.git tasecureapi cd tasecureapi - cmake -S reference -B reference/cmake-build + cmake -S reference -B reference/cmake-build -DENABLE_SVP=ON cmake --build reference/cmake-build sudo cmake --install reference/cmake-build - name: Config