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 18, 2024
1 parent e57cc8f commit 0c3a537
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,7 @@ jobs:
apt install -y cmake ninja-build python3-pip python3.11-venv
python3 -m venv firebolt-env
source firebolt-env/bin/activate
pip install jsonref -H
- name: Clone and Install Thunder
id: install_thunder
run: |
pip install jsonref
cd ..
git clone https://github.com/rdkcentral/Thunder.git
cd Thunder
Expand Down

0 comments on commit 0c3a537

Please sign in to comment.