Skip to content

Commit

Permalink
maybe libs is here
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 6, 2025
1 parent 2cf5f50 commit 1b160aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ jobs:
- name: Check .libs
run: |
cd gmp-${{ inputs.gmp-version }}/.libs
cd ${{ github.workspace }}/gmp-${{ inputs.gmp-version }}/.libs
ls -l
file ${{ env.GMP_SO }}
cd gmp-${{ inputs.mpfr-version }}/.libs
cd ${{ github.workspace }}/gmp-${{ inputs.mpfr-version }}/.libs
ls -l
- name: Generate .lib files (Windows shared only)
Expand Down

0 comments on commit 1b160aa

Please sign in to comment.