Skip to content

Commit

Permalink
show contents of installed gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Sep 9, 2023
1 parent 2e35254 commit a017660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ set -x
# coreutils: for the `install` command used in install-ulib.sh
export OPAMYES=1
brew install opam bash gnu-getopt coreutils gnu-sed
brew info gmp
gmpdir=$(brew --prefix gmp)
[[ -n $gmpdir ]]
ls -laR $gmpdir
false

opam init --compiler=4.12.0
Expand Down

0 comments on commit a017660

Please sign in to comment.