Skip to content

Commit

Permalink
fixup! 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 b8eda19 commit c2ba088
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 @@ -24,6 +24,9 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

# setup-ocaml automatically install mlmpfr dependencies (i.e.: gmp/mpfr)
- if: matrix.os == 'macos-latest'
run: |
export "CFLAGS=-I/usr/local/include -L/usr/local/lib"
- name: Build and test mlmpfr
run: |
Expand Down

0 comments on commit c2ba088

Please sign in to comment.