Skip to content

Commit

Permalink
fixup! feat(core): CI pipeline to build and test CPP SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Oct 10, 2024
1 parent 64dd7c6 commit e3b9c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3b9c0b

Please sign in to comment.