Skip to content

Commit

Permalink
Test ci-macos (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed May 22, 2024
1 parent d5a6e76 commit 61cde7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-kind2-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
run: |
echo "::group::Set OCaml compiler variant"
wget -qq https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh
echo "~/.local/bin" | sh install.sh
echo -ne "~/.local/bin\nY\n" | sh install.sh
opam init --disable-sandboxing --yes --compiler ${{ steps.ocaml-variant.outputs.compiler }}
echo "::endgroup::"
Expand Down

0 comments on commit 61cde7a

Please sign in to comment.