Skip to content

Commit

Permalink
fixup! fix: building of Manage SDK (workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKasar committed Feb 12, 2025
1 parent ee466f2 commit 1f1ee3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ jobs:
.github/workflows/utils.sh build_discovery_cpp_sdk
- name: Test and Generate coverage report
run: .github/workflows/utils.sh generate_discovery_sdk_coverage_report
run: |
.github/workflows/utils.sh generate_discovery_sdk_coverage_report
pwd
- name: Upload Discovery Coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1f1ee3f

Please sign in to comment.