Skip to content

Commit

Permalink
fixup! chore: CI to test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Nov 8, 2024
1 parent 8e7482c commit 6a3eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6a3eee6

Please sign in to comment.