Skip to content

Commit

Permalink
try disable assembly for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 5, 2025
1 parent fae9f26 commit 3015537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set environment variables
run: |
echo "TARGET=${{ inputs.os }}-${{ inputs.arch }}" >> $GITHUB_ENV
GMP_CONFIGURE_ARGS="--enable-cxx"
GMP_CONFIGURE_ARGS="--enable-cxx --disable-assembly"
case "${{ inputs.os }}" in
"linux")
Expand Down

0 comments on commit 3015537

Please sign in to comment.