File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ brew install pkg-config
4040brew install opam
4141brew install libev
4242brew install openssl
43+ brew install libffi
44+ brew install zlib
45+
4346opam init -y -a --bare
4447
4548opam switch create . ocaml-base-compiler --deps-only --locked -y -j 2 # -v
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100100 brew install openssl@3 # Workaround https://github.com/ocaml/opam-repository/issues/19676
101101 brew install zstd # Install zstd to avoid "ld: Undefined symbols: _ZSTD_*" at linking time
102102 # ^-> see also https://github.com/ocaml/ocaml/issues/12562
103+ brew install libffi zlib # needed since https://github.com/ocaml-sf/learn-ocaml/pull/610
103104 opam switch create . ocaml-base-compiler --deps-only
104105 - name : Build the binaries
105106 run : |
You can’t perform that action at this time.
0 commit comments