Sora Morimoto

Results 240 comments of Sora Morimoto

Related issue: https://github.com/actions/toolkit/issues/506

In fact, it's possible to have fairly strict version control of the action by specifying tags. For example: `ocaml/[email protected]`, `ocaml/[email protected]`.

I already use this in some industrial projects. Great work!

I've been working on rewriting the action. And now it can be set up OCaml enviroment on all platforms except Windows in about 50 seconds. (As you know, it used...

No, it's published under the actions-ml organization. But at this time, it's not clear where it will be managed, and use it knowing that some migration may be required. https://github.com/actions-ml/setup-ocaml

The API is exactly the same at this time. https://github.com/actions-ml/setup-ocaml/blob/master/action.yml So you can use it by doing the following: ```yml - name: Use OCaml ${{ matrix.ocaml-version }} uses: actions-ml/setup-ocaml@master with:...

All of the efforts and useful exploration results at actions-ml are being pushed back to the upstream: avsm/setup-ocaml#66

I just released the first v2 alpha release. https://discuss.ocaml.org/t/ann-set-up-ocaml-2-0-0-alpha/7895

@giltho Thank you for your kind comment :)

I think it's probably due to our use of opam 2.0 mode with opam 2.1. There aren't many clear solutions right now and we're just waiting for the 2.2 release...