diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index fe07375e1..a3b6425bd 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -126,9 +126,9 @@ jobs: path: /__w/thunder/install/ - name: Install npm dependencies - run: | + run: npm ci # cd /__w/core-sdk/ - npm ci + # - name: Build CXX Core SDK # run: |