Skip to content

Commit

Permalink
CI: install gmp on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed May 13, 2024
1 parent f69644f commit ad77759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- if: matrix.platform == 'macos-latest'
run: brew install gmp

- name: Build mpfr from sources
run: |
wget --no-check-certificate https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.gz
Expand Down

0 comments on commit ad77759

Please sign in to comment.