Skip to content

Commit

Permalink
Update binary-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Apr 11, 2024
1 parent 3c87405 commit 90a43b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
- name: Install boost & help2man for Linux
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get update && sudo apt-get install -yq libboost-dev libboost-serialization-dev libboost-program-options-dev help2man libgmp-dev


- name: Install gmp for Mac
if: matrix.os == 'macos-13'
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake gmp

- name: Installing Numpy
run: |
pip install pip --upgrade
Expand Down

0 comments on commit 90a43b5

Please sign in to comment.