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 11, 2024
1 parent ac60015 commit e1365f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/binary-build.yml
Expand Up @@ -34,7 +34,13 @@ jobs:
if: matrix.os == 'macos-13'
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
HOMEBREW_NO_AUTO_UPDATE=1 brew install gmp
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
./configure --enable-static -enable-cxx --enable-shared
make -j8
sudo make install
cd ..
- name: Installing Numpy
run: |
Expand Down

0 comments on commit e1365f2

Please sign in to comment.