|
@@ -143,7 +143,7 @@ jobs:
|
|
sudo add-apt-repository ppa:avsm/ppa -y # provides OPAM 2
|
|
sudo add-apt-repository ppa:avsm/ppa -y # provides OPAM 2
|
|
sudo add-apt-repository ppa:haxe/ocaml -y # provides newer version of mbedtls
|
|
sudo add-apt-repository ppa:haxe/ocaml -y # provides newer version of mbedtls
|
|
sudo apt-get update -qqy
|
|
sudo apt-get update -qqy
|
|
- sudo apt-get install -qqy ocaml-nox camlp5 opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build libstring-shellquote-perl libipc-system-simple-perl
|
|
|
|
|
|
+ sudo apt-get install -qqy ocaml-nox opam libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
|
|
|
|
|
|
- name: Install OCaml libraries
|
|
- name: Install OCaml libraries
|
|
if: steps.cache-opam.outputs.cache-hit != 'true'
|
|
if: steps.cache-opam.outputs.cache-hit != 'true'
|
|
@@ -478,8 +478,6 @@ jobs:
|
|
set -ex
|
|
set -ex
|
|
brew update
|
|
brew update
|
|
brew bundle --file=tests/Brewfile --no-upgrade
|
|
brew bundle --file=tests/Brewfile --no-upgrade
|
|
- cpanm IPC::System::Simple
|
|
|
|
- cpanm String::ShellQuote
|
|
|
|
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
|
|
curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
|
|
cd zlib-$ZLIB_VERSION
|
|
cd zlib-$ZLIB_VERSION
|
|
./configure
|
|
./configure
|