Skip to content

Commit

Permalink
Try to get gmp building
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 12, 2024
1 parent 217b900 commit 01ee45e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.9"
working-directory: gmp-6.3
run: |
autoreconf -i
brew install texinfo
autoreconf -i -f
./configure --help
./configure \
--prefix=$(brew --prefix) \
--enable-cxx
touch ./doc/version.texi
make --jobs
make install
Expand Down

0 comments on commit 01ee45e

Please sign in to comment.