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 6d11d2e commit df3c4fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/binary-build.yml
Expand Up @@ -32,7 +32,10 @@ jobs:

- name: Install gmp for Mac
if: matrix.os == 'macos-13'
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake gmp
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
HOMEBREW_NO_AUTO_UPDATE=1 brew install gmp
HOMEBREW_NO_AUTO_UPDATE=1 brew install gmpxx
- name: Installing Numpy
run: |
Expand Down

0 comments on commit df3c4fa

Please sign in to comment.