Skip to content

Commit

Permalink
check it out
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 6, 2025
1 parent 57fd8e6 commit 1afd25d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ jobs:
ls -l
file ${{ env.GMP_SO }}
cd ${{ github.workspace }}/mpfr-${{ inputs.mpfr-version }}
cd ${{ github.workspace }}/mpfr-${{ inputs.mpfr-version }}/src/.libs
ls -l
file ${{ env.MPFR_SO }}
- name: Generate .lib files (Windows shared only)
if: ${{ inputs.os == 'win' && env.BUILD_TYPE == 'shared' }}
Expand Down Expand Up @@ -422,6 +423,7 @@ jobs:
cp gmp-${{ inputs.gmp-version }}/gmpxx.h ./artifacts/include
cp -L gmp-${{ inputs.gmp-version }}/.libs/${{ env.GMP_SO }} ./artifacts/bin
cp -L gmp-${{ inputs.gmp-version }}/.libs/${{ env.GMP_CPP_SO }} ./artifacts/bin
cp -L mpfr-${{ inputs.mpfr-version }}/src/.libs/${{ env.MPFR_SO }} ./artifacts/bin
cp gmp-${{ inputs.gmp-version }}/.libs/*.lib ./artifacts/misc || true
cp gmp-${{ inputs.gmp-version }}/.libs/*.def ./artifacts/misc || true
cp gmp-${{ inputs.gmp-version }}/.libs/*.lai ./artifacts/misc
Expand Down

0 comments on commit 1afd25d

Please sign in to comment.