From 3bab5cad1d32bcaaa695456a68c91d1e6fb68073 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Tue, 15 Oct 2024 23:13:05 +0530 Subject: [PATCH] fixup! test-build --- .github/workflows/cxx-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |