Skip to content

Commit

Permalink
Generate .lib files (Windows shared only)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent 97f5b1e commit 6fe7bfa
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 @@ -289,8 +289,8 @@ jobs:
ls -l
file ${{ env.GMP_SO }}
- name: Generate .lib files (Windows only)
if: ${{ inputs.os == 'win' }}
- name: Generate .lib files (Windows shared only)
if: ${{ inputs.os == 'win' && env.BUILD_TYPE == 'shared' }}
run: |
cd gmp-${{ inputs.gmp-version }}/.libs
Expand Down

0 comments on commit 6fe7bfa

Please sign in to comment.