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 6d81201 commit ef9fe81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: core
path: /__w/firebolt-apis/src/sdks/core
path: /__w/firebolt-apis/firebolt-apis/src/sdks/core


- name: Download Thunder
Expand All @@ -123,8 +123,8 @@ jobs:
- name: Install npm dependencies
run: |
npm ci
ls -la /__w/firebolt-apis/src/sdks
ls -la /__w/firebolt-apis/src/sdks/core
ls -la /__w/firebolt-apis/firebolt-apis/src/sdks
ls -la /__w/firebolt-apis/firebolt-apis/src/sdks/core
- name: Generate core SDK source code
run: |
Expand Down

0 comments on commit ef9fe81

Please sign in to comment.