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 19, 2024
1 parent b905862 commit 8699f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8699f55

Please sign in to comment.