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 ef9fe81 commit 69b33f2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@ jobs:
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install npm dependencies
run: |
npm ci
ls -la /__w/firebolt-apis/firebolt-apis/src/sdks
ls -la /__w/firebolt-apis/firebolt-apis/src/sdks/core
run: npm ci

- name: Generate core SDK source code
run: |
Expand All @@ -148,7 +145,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: manage
path: /__w/firebolt-apis/src/sdks
path: /__w/firebolt-apis/firebolt-apis/src/sdks/manage

- name: Download Thunder
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -187,7 +184,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: discovery
path: /__w/firebolt-apis/src/sdks/
path: /__w/firebolt-apis/firebolt-apis/src/sdks/discovery

- name: Download Thunder
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 69b33f2

Please sign in to comment.