From 39e3700d303ba7e18e2c68be36da80a045a7257d Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Mon, 18 Nov 2024 20:35:30 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/cxx-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index a22f79a7..c726b019 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -361,6 +361,7 @@ jobs: npm install - name: Generate core SDK source code + shell: bash run: | apt install -y python3-pip python3.11-venv python3 -m venv firebolt-env