Skip to content

Commit

Permalink
check otool
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent d4de32c commit 487bd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ jobs:
-I${{ github.workspace }}/gmp-${{ inputs.gmp-version }} $LINK_OPTION
ls -l
file factorial_gmp.exe
otool -L factorial_gmp.exe
- name: Run Test C Program
if: ${{ inputs.os != 'android' && inputs.os != 'ios' && !(inputs.os == 'linux-musl' && inputs.arch == 'arm64') }}
Expand Down

0 comments on commit 487bd7f

Please sign in to comment.