From 01ee45e1365828db564ae8c70ee2bca29d4a9380 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 12 Sep 2024 12:27:05 -0500 Subject: [PATCH] Try to get gmp building --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3075b6ce..454ff8f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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