Skip to content

Commit

Permalink
Add objdump and ldd
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jul 23, 2024
1 parent 1e6e60c commit 3489e6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@ jobs:
run: ./bin/alr version

- name: Display built alr (III)
run: ls -alF ./bin && file ./bin/alr.exe && ./bin/alr.exe version
run: |
file ./bin/alr.exe
objdump -x ./bin/alr.exe | head -n 20
ldd ./bin/alr.exe
shell: bash

0 comments on commit 3489e6e

Please sign in to comment.