From ef4bf1662495db7314654f9c356a9e639cfb0e8f Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Fri, 12 Apr 2024 01:37:49 +0200 Subject: [PATCH] Update binary-build.yml --- .github/workflows/binary-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index b5676c39a..17fd97773 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -36,7 +36,7 @@ jobs: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake wget https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz tar xvd gmp-6.3.0.tar.xz - cd gmp-6.2.0 + cd gmp-6.3.0 ./configure --enable-static -enable-cxx --enable-shared make -j8 sudo make install