Skip to content

Commit

Permalink
locate libgmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Sep 9, 2023
1 parent 7363057 commit ae7e2b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/setup-macos.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#!/usr/bin/env bash

set -e
set -x

# Install OCaml and other GNU build tools
# coreutils: for the `install` command used in install-ulib.sh
export OPAMYES=1
brew install opam bash gnu-getopt coreutils gnu-sed
brew search libgmp
false

opam init --compiler=4.12.0
eval $(opam env)

Expand Down

0 comments on commit ae7e2b9

Please sign in to comment.