Skip to content

Commit

Permalink
fixup! Use packaged version of mpfr
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed Sep 6, 2024
1 parent d8d4d10 commit b8eda19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- if: matrix.os == 'ubuntu-latest'
run: |
apt install libmpfr-dev
- if: matrix.os == 'macos-latest'
run: |
brew install mpfr
# setup-ocaml automatically install mlmpfr dependencies (i.e.: gmp/mpfr)

- name: Build and test mlmpfr
run: |
Expand Down

0 comments on commit b8eda19

Please sign in to comment.