Skip to content

Commit

Permalink
Test ci-macos (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed May 22, 2024
1 parent ba09c1e commit 139d415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-kind2-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 139d415

Please sign in to comment.