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 1845a58 commit 49b8a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
cd ${{ github.workspace }}/shot-benchmarker
chmod +x SHOT
- name: Show linked libraries
shell: bash
working-directory: ${{ github.workspace }}/shot-benchmarker
run: ldd SHOT

- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand Down

0 comments on commit 49b8a1b

Please sign in to comment.