From 139d415b8b668ab0b55b0214cfc187ed3df4d9d7 Mon Sep 17 00:00:00 2001 From: Daniel Larraz Date: Wed, 22 May 2024 14:20:46 -0500 Subject: [PATCH] Test ci-macos (6) --- .github/actions/build-kind2-macos/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-kind2-macos/action.yml b/.github/actions/build-kind2-macos/action.yml index 364720dda..fb9bc630d 100644 --- a/.github/actions/build-kind2-macos/action.yml +++ b/.github/actions/build-kind2-macos/action.yml @@ -31,8 +31,8 @@ runs: echo "::group::Set OCaml compiler variant" wget -qq https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh echo -ne "~/.local/bin\nY\nY\n" | sh install.sh - brew install gpatch - opam init --disable-sandboxing --yes --compiler ${{ steps.ocaml-variant.outputs.compiler }} + brew install gpatch zeromq + opam init --disable-sandboxing --shell-setup --yes --compiler ${{ steps.ocaml-variant.outputs.compiler }} echo "::endgroup::" - name: Install OCaml dependencies