Skip to content

Commit

Permalink
chore: Added linked libraries output to debug the build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Apr 17, 2024
1 parent a2a0896 commit 1845a58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-workflow.yml
Expand Up @@ -275,6 +275,11 @@ jobs:
shell: bash
run: make package

- name: Show linked libraries
working-directory: ${{github.workspace}}/build
shell: bash
run: ldd SHOT

# This will always run as we always want the test output, however if the files are not found, we just warn the user.
- uses: actions/upload-artifact@v3
if: ${{ always() }}
Expand Down

0 comments on commit 1845a58

Please sign in to comment.