From e3b9c0b85ddaaef2bcf073a37ab3b73ebe28c015 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Thu, 10 Oct 2024 14:03:08 +0530 Subject: [PATCH] fixup! feat(core): CI pipeline to build and test CPP SDK --- .github/workflows/cxx-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index eeb2f4bd9..af2aa8619 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -43,10 +43,10 @@ jobs: uses: actions/download-artifacts@v3 with: name: thunder - - name: show thunder - run: | - pwd - ls -la + - name: show thunder + run: | + pwd + ls -la # Checkout/install project # - name: Checkout