Skip to content

Commit

Permalink
fixup! test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 11, 2024
1 parent 483b132 commit 9db7c14
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 @@ -125,7 +125,7 @@ jobs:
- name: Install npm dependencies
run: |
cd /__w/core-sdk/
npm install
npm ci
- name: Build CXX Core SDK
run: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Install npm dependencies
run: |
cd /__w/manage-sdk/
npm install
npm ci
- name: Build CXX manage SDK
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Install npm dependencies
run: |
cd /__w/discovery-sdk/
npm install
npm ci
- name: Build CXX Discovery SDK
run: |
Expand Down

0 comments on commit 9db7c14

Please sign in to comment.