From 69b33f29b9a6850fb9ce4b08deb22ad8b48ba1ba Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Wed, 16 Oct 2024 02:13:26 +0530 Subject: [PATCH] fixup! refactor: CI pipeline to build CPP SDKs --- .github/workflows/cxx-build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index aff39fa92..357e2944b 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -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: | @@ -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 @@ -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