Skip to content

Commit

Permalink
new objdump
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 29, 2025
1 parent e316308 commit b994dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
cd ./gmp-${GMP_VERSION}/.libs
ls
file libgmp.so.${GMP_SO_VERSION}
objdump -x libgmp.so.${GMP_SO_VERSION}
objdump -d libgmp.so.${GMP_SO_VERSION} | grep -E 'v[a-z]+pd|v[a-z]+ps'
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: linux-x64
path: ./gmp-${GMP_VERSION}/.libs/libgmp.so.${GMP_SO_VERSION}
path: libgmp.so.${GMP_SO_VERSION}

0 comments on commit b994dfd

Please sign in to comment.