Skip to content

Commit

Permalink
fixup! refactor: CI pipeline to build CPP SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 15, 2024
1 parent 4168b4b commit 5f29448
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ jobs:
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install npm dependencies
run: npm ci
run: |
npm ci
ls -la /__w/firebolt-apis/src/sdks
ls -la /__w/firebolt-apis/src/sdks/core
- name: Generate core SDK source code
run: |
Expand Down

0 comments on commit 5f29448

Please sign in to comment.