Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 12, 2024
1 parent 8b4a738 commit 3c5ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary-build.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz
tar xf gmp-6.3.0.tar.xz
cd gmp-6.3.0
./configure --enable-static -enable-cxx --enable-shared --prefix=/usr
./configure --enable-static -enable-cxx --enable-shared
make -j8
sudo make install
cd ..
Expand Down

0 comments on commit 3c5ad1c

Please sign in to comment.