From 6a3eee692b59bec700f61d049a50e7922aef94c5 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 8 Nov 2024 21:00:53 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index e2ab4db8..2feef8d1 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -273,7 +273,7 @@ function build_cpp_sdk() { cd /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION} cp -rf /__w/firebolt-apis/firebolt-openrpc/languages/cpp/src/shared/CMakeLists.txt . chmod +x ./build.sh - ls -lh /__w/firebolt-apis/firebolt-apis/src/sdks/core/build/cpp/src/firebolt-core-native-sdk-1.5.0-next.7/include/ + ls -lh /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}/include/ ./build.sh -s "/__w/thunder/install/" || exit 9999 }