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 10, 2024
1 parent 54c8088 commit a51fd73
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 @@ -271,7 +271,7 @@ function build_cpp_sdk() {

tar -xvf /__w/firebolt-apis/firebolt-apis/src/sdks/${sdk_name}/build/cpp/src/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}.tgz -C /__w/firebolt-apis/firebolt-apis/
cd /__w/firebolt-apis/firebolt-apis/firebolt-${sdk_name}-native-sdk-${FIREBOLT_VERSION}
cp -rf /__w/openrpc/CMakeLists.txt .
cp -rf /__w/openrpc/languages/cpp/src/shared/CMakeLists.txt .
chmod +x ./build.sh

./build.sh -s "/__w/thunder/install/" || exit 9999
Expand Down

0 comments on commit a51fd73

Please sign in to comment.