From b784d3de434ffdcd1f5a48deaaef8c0791181b54 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Mon, 18 Nov 2024 17:12:23 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/cxx-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 777f9b34..5a1abe75 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -258,9 +258,7 @@ jobs: shell: bash run: | apt update - apt install -y cmake ninja-build python3-pip python3.11-venv - python3 -m venv firebolt-env - source firebolt-env/bin/activate + apt install -y cmake ninja-build pip install jsonref - name: Clone and Install Thunder