From 8699f5585a317bdbe886c762b0a10059ad4c9658 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Tue, 19 Nov 2024 10:23:49 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/cxx-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index e2c53a68..2f66354b 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -361,11 +361,11 @@ jobs: npm install - name: Generate core SDK source code - shell: bash run: | .github/workflows/utils.sh generate_cpp_core_sdk_source_code - - name: Build CXX Core SDK + - name: Build CXX Core SDK + shell: bash run: | apt install -y python3-pip python3.11-venv python3 -m venv firebolt-env